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 ResourceHandlerHandlers. 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 classCachingResourceManagerclassClassPathResourceManagerclassFileResourceManagerServes files from the file system.classPathResourceManagerServes files from the file system.Fields in io.undertow.server.handlers.resource declared as ResourceManager Modifier and Type Field Description static ResourceManagerResourceManager. EMPTY_RESOURCE_MANAGERMethods in io.undertow.server.handlers.resource that return ResourceManager Modifier and Type Method Description ResourceManagerPathResourceManager.Builder. build()ResourceManagerResourceHandler. getResourceManager()Methods in io.undertow.server.handlers.resource with parameters of type ResourceManager Modifier and Type Method Description ResourceHandlerResourceHandler. 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)
-