Uses of Class
io.undertow.util.ETag
Packages that use 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 booleanETagUtils.handleIfMatch(HttpServerExchange exchange, ETag etag, boolean allowWeak) Handles the if-match header.static booleanETagUtils.handleIfMatch(String ifMatch, ETag etag, boolean allowWeak) Handles the if-match header.static booleanETagUtils.handleIfNoneMatch(HttpServerExchange exchange, ETag etag, boolean allowWeak) Handles the if-none-match header.static booleanETagUtils.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 booleanETagUtils.handleIfMatch(HttpServerExchange exchange, List<ETag> etags, boolean allowWeak) Handles the if-match header.static booleanETagUtils.handleIfMatch(String ifMatch, List<ETag> etags, boolean allowWeak) Handles the if-match header.static booleanETagUtils.handleIfNoneMatch(HttpServerExchange exchange, List<ETag> etags, boolean allowWeak) Handles the if-none-match header.static booleanETagUtils.handleIfNoneMatch(String ifNoneMatch, List<ETag> etags, boolean allowWeak) Handles the if-none-match header.