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 Resource
ContentEncodedResource. getResource()
Methods in io.undertow.server.handlers.encoding with parameters of type Resource Modifier and Type Method Description ContentEncodedResource
ContentEncodedResourceManager. 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 interface
RangeAwareResource
A resource implementation thatClasses in io.undertow.server.handlers.resource that implement Resource Modifier and Type Class Description class
CachedResource
class
FileResource
A file resourceclass
PathResource
A path resourceclass
URLResource
Methods in io.undertow.server.handlers.resource that return Resource Modifier and Type Method Description Resource
ClassPathResourceManager. getResource(java.lang.String path)
Resource
DefaultResourceSupplier. getResource(HttpServerExchange exchange, java.lang.String path)
Resource
PathResourceManager. getResource(java.lang.String p)
Resource
PreCompressedResourceSupplier. getResource(HttpServerExchange exchange, java.lang.String path)
Resource
ResourceManager. getResource(java.lang.String path)
Returns a resource for the given path.Resource
ResourceSupplier. 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 void
DirectoryUtils. renderDirectoryListing(HttpServerExchange exchange, Resource resource)
static java.lang.StringBuilder
DirectoryUtils. renderDirectoryListing(java.lang.String path, Resource resource)
Constructors in io.undertow.server.handlers.resource with parameters of type Resource Constructor Description CachedResource(CachingResourceManager cachingResourceManager, Resource underlyingResource, java.lang.String path)
-