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 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 ResourceManagerModifier and TypeClassDescriptionclassclassclassServes files from the file system.classServes files from the file system.Fields in io.undertow.server.handlers.resource declared as ResourceManagerModifier and TypeFieldDescriptionstatic final ResourceManagerResourceManager.EMPTY_RESOURCE_MANAGERMethods 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)