Package | Description |
---|---|
io.undertow.server.handlers.cache | |
io.undertow.server.handlers.resource | |
io.undertow.util |
Modifier and Type | Method and Description |
---|---|
ETag |
CachedHttpRequest.getEtag() |
Modifier and Type | Method and Description |
---|---|
ETag |
PathResourceManager.ETagFunction.generate(Path path)
|
ETag |
URLResource.getETag() |
ETag |
Resource.getETag() |
ETag |
PathResource.getETag() |
ETag |
CachedResource.getETag() |
Constructor and Description |
---|
PathResource(Path file,
PathResourceManager manager,
String path,
ETag eTag) |
Modifier and Type | Method and Description |
---|---|
static ETag |
ETagUtils.getETag(HttpServerExchange exchange) |
Modifier and Type | Method and Description |
---|---|
static List<ETag> |
ETagUtils.parseETagList(String header) |
Modifier and Type | Method and 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 and 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 © 2017 JBoss by Red Hat. All rights reserved.