Uses of Interface
io.undertow.server.handlers.resource.ResourceManager
Packages that use ResourceManager
-
Uses of ResourceManager in io.undertow
Methods in io.undertow with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic 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 ResourceManagerModifier and TypeClassDescriptionclass
class
class
Serves files from the file system.class
Serves files from the file system.Fields in io.undertow.server.handlers.resource declared as ResourceManagerModifier and TypeFieldDescriptionstatic final ResourceManager
ResourceManager.EMPTY_RESOURCE_MANAGER
Methods in io.undertow.server.handlers.resource that return ResourceManagerModifier and TypeMethodDescriptionPathResourceManager.Builder.build()
ResourceHandler.getResourceManager()
Methods in io.undertow.server.handlers.resource with parameters of type ResourceManagerModifier and TypeMethodDescriptionResourceHandler.setResourceManager
(ResourceManager resourceManager) Constructors in io.undertow.server.handlers.resource with parameters of type ResourceManagerModifierConstructorDescriptionCachingResourceManager
(int metadataCacheSize, long maxFileSize, DirectBufferCache dataCache, ResourceManager underlyingResourceManager, int maxAge) DefaultResourceSupplier
(ResourceManager resourceManager) PreCompressedResourceSupplier
(ResourceManager resourceManager) ResourceHandler
(ResourceManager resourceSupplier) ResourceHandler
(ResourceManager resourceManager, HttpHandler next)