Package | Description |
---|---|
io.undertow.server.handlers.cache | |
io.undertow.server.handlers.resource | |
io.undertow.util |
Modifier and Type | Method | Description |
---|---|---|
ETag |
CachedHttpRequest.getEtag() |
Modifier and Type | Method | Description |
---|---|---|
ETag |
PathResourceManager.ETagFunction.generate(java.nio.file.Path path) |
Generates an
ETag for the provided Path . |
ETag |
CachedResource.getETag() |
|
ETag |
PathResource.getETag() |
|
ETag |
Resource.getETag() |
|
ETag |
URLResource.getETag() |
Constructor | Description |
---|---|
PathResource(java.nio.file.Path file,
PathResourceManager manager,
java.lang.String path,
ETag eTag) |
Modifier and Type | Method | Description |
---|---|---|
static ETag |
ETagUtils.getETag(HttpServerExchange exchange) |
Modifier and Type | Method | Description |
---|---|---|
static java.util.List<ETag> |
ETagUtils.parseETagList(java.lang.String header) |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
ETagUtils.handleIfMatch(HttpServerExchange exchange,
ETag etag,
boolean allowWeak) |
Handles the if-match header.
|
static boolean |
ETagUtils.handleIfMatch(java.lang.String ifMatch,
ETag etag,
boolean allowWeak) |
Handles the if-match header.
|
static boolean |
ETagUtils.handleIfNoneMatch(HttpServerExchange exchange,
ETag etag,
boolean allowWeak) |
Handles the if-none-match header.
|
static boolean |
ETagUtils.handleIfNoneMatch(java.lang.String ifNoneMatch,
ETag etag,
boolean allowWeak) |
Handles the if-none-match header.
|
Modifier and Type | Method | Description |
---|---|---|
static boolean |
ETagUtils.handleIfMatch(HttpServerExchange exchange,
java.util.List<ETag> etags,
boolean allowWeak) |
Handles the if-match header.
|
static boolean |
ETagUtils.handleIfMatch(java.lang.String ifMatch,
java.util.List<ETag> etags,
boolean allowWeak) |
Handles the if-match header.
|
static boolean |
ETagUtils.handleIfNoneMatch(HttpServerExchange exchange,
java.util.List<ETag> etags,
boolean allowWeak) |
Handles the if-none-match header.
|
static boolean |
ETagUtils.handleIfNoneMatch(java.lang.String ifNoneMatch,
java.util.List<ETag> etags,
boolean allowWeak) |
Handles the if-none-match header.
|
Copyright © 2018. All rights reserved.