Uses of Interface
io.undertow.server.handlers.resource.ResourceManager
-
Packages that use ResourceManager Package Description io.undertow io.undertow.server.handlers.resource -
-
Uses of ResourceManager in io.undertow
Methods in io.undertow with parameters of type ResourceManager Modifier and Type Method Description static ResourceHandler
Handlers. resource(ResourceManager resourceManager)
Return a new resource handler -
Uses of ResourceManager in io.undertow.server.handlers.resource
Classes in io.undertow.server.handlers.resource that implement ResourceManager Modifier and Type Class Description class
CachingResourceManager
class
ClassPathResourceManager
class
FileResourceManager
Serves files from the file system.class
PathResourceManager
Serves files from the file system.Fields in io.undertow.server.handlers.resource declared as ResourceManager Modifier and Type Field Description static ResourceManager
ResourceManager. EMPTY_RESOURCE_MANAGER
Methods in io.undertow.server.handlers.resource that return ResourceManager Modifier and Type Method Description ResourceManager
PathResourceManager.Builder. build()
ResourceManager
ResourceHandler. getResourceManager()
Methods in io.undertow.server.handlers.resource with parameters of type ResourceManager Modifier and Type Method Description ResourceHandler
ResourceHandler. setResourceManager(ResourceManager resourceManager)
Constructors in io.undertow.server.handlers.resource with parameters of type ResourceManager Constructor Description CachingResourceManager(int metadataCacheSize, long maxFileSize, DirectBufferCache dataCache, ResourceManager underlyingResourceManager, int maxAge)
DefaultResourceSupplier(ResourceManager resourceManager)
PreCompressedResourceSupplier(ResourceManager resourceManager)
ResourceHandler(ResourceManager resourceSupplier)
ResourceHandler(ResourceManager resourceManager, HttpHandler next)
-