Uses of Class
io.undertow.util.ETag
Packages that use ETag
Package
Description
-
Uses of ETag in io.undertow.server.handlers.cache
Methods in io.undertow.server.handlers.cache that return ETag -
Uses of ETag in io.undertow.server.handlers.resource
Methods in io.undertow.server.handlers.resource that return ETagModifier and TypeMethodDescriptionCachedResource.getETag()
PathResource.getETag()
Resource.getETag()
URLResource.getETag()
Constructors in io.undertow.server.handlers.resource with parameters of type ETagModifierConstructorDescriptionPathResource
(Path file, PathResourceManager manager, String path, ETag eTag) -
Uses of ETag in io.undertow.util
Methods in io.undertow.util that return ETagMethods in io.undertow.util that return types with arguments of type ETagMethods in io.undertow.util with parameters of type ETagModifier and TypeMethodDescriptionstatic 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.Method parameters in io.undertow.util with type arguments of type ETagModifier and TypeMethodDescriptionstatic 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.