Uses of Interface
io.undertow.server.handlers.resource.Resource
-
Packages that use Resource Package Description io.undertow.server.handlers.encoding io.undertow.server.handlers.resource -
-
Uses of Resource in io.undertow.server.handlers.encoding
Methods in io.undertow.server.handlers.encoding that return Resource Modifier and Type Method Description ResourceContentEncodedResource. getResource()Methods in io.undertow.server.handlers.encoding with parameters of type Resource Modifier and Type Method Description ContentEncodedResourceContentEncodedResourceManager. getResource(Resource resource, HttpServerExchange exchange)Gets a pre-encoded resource.Constructors in io.undertow.server.handlers.encoding with parameters of type Resource Constructor Description ContentEncodedResource(Resource resource, java.lang.String contentEncoding) -
Uses of Resource in io.undertow.server.handlers.resource
Subinterfaces of Resource in io.undertow.server.handlers.resource Modifier and Type Interface Description interfaceRangeAwareResourceA resource implementation thatClasses in io.undertow.server.handlers.resource that implement Resource Modifier and Type Class Description classCachedResourceclassFileResourceA file resourceclassPathResourceA path resourceclassURLResourceMethods in io.undertow.server.handlers.resource that return Resource Modifier and Type Method Description ResourceClassPathResourceManager. getResource(java.lang.String path)ResourceDefaultResourceSupplier. getResource(HttpServerExchange exchange, java.lang.String path)ResourcePathResourceManager. getResource(java.lang.String p)ResourcePreCompressedResourceSupplier. getResource(HttpServerExchange exchange, java.lang.String path)ResourceResourceManager. getResource(java.lang.String path)Returns a resource for the given path.ResourceResourceSupplier. getResource(HttpServerExchange exchange, java.lang.String path)Methods in io.undertow.server.handlers.resource that return types with arguments of type Resource Modifier and Type Method Description java.util.List<Resource>CachedResource. list()java.util.List<Resource>PathResource. list()java.util.List<Resource>Resource. list()java.util.List<Resource>URLResource. list()Methods in io.undertow.server.handlers.resource with parameters of type Resource Modifier and Type Method Description static voidDirectoryUtils. renderDirectoryListing(HttpServerExchange exchange, Resource resource)static java.lang.StringBuilderDirectoryUtils. renderDirectoryListing(HttpServerExchange exchange, java.lang.String path, Resource resource)static java.lang.StringBuilderDirectoryUtils. renderDirectoryListing(java.lang.String path, Resource resource)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in io.undertow.server.handlers.resource with parameters of type Resource Constructor Description CachedResource(CachingResourceManager cachingResourceManager, Resource underlyingResource, java.lang.String path)
-