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(Path path) |
|
ETag |
CachedResource.getETag() |
|
ETag |
PathResource.getETag() |
|
ETag |
Resource.getETag() |
|
ETag |
URLResource.getETag() |
Constructor | Description |
---|---|
PathResource(Path file,
PathResourceManager manager,
String path,
ETag eTag) |
Modifier and Type | Method | Description |
---|---|---|
static ETag |
ETagUtils.getETag(HttpServerExchange exchange) |
Modifier and Type | Method | Description |
---|---|---|
static List<ETag> |
ETagUtils.parseETagList(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(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(String ifNoneMatch,
ETag etag,
boolean allowWeak) |
Handles the if-none-match header.
|
Modifier and Type | Method | Description |
---|---|---|
static boolean |
ETagUtils.handleIfMatch(HttpServerExchange exchange,
List<ETag> etags,
boolean allowWeak) |
Handles the if-match header.
|
static boolean |
ETagUtils.handleIfMatch(String ifMatch,
List<ETag> etags,
boolean allowWeak) |
Handles the if-match header.
|
static boolean |
ETagUtils.handleIfNoneMatch(HttpServerExchange exchange,
List<ETag> etags,
boolean allowWeak) |
Handles the if-none-match header.
|
static boolean |
ETagUtils.handleIfNoneMatch(String ifNoneMatch,
List<ETag> etags,
boolean allowWeak) |
Handles the if-none-match header.
|
Copyright © 2018. All rights reserved.