Uses of Class
io.undertow.server.handlers.resource.PathResourceManager
-
Packages that use PathResourceManager Package Description io.undertow.server.handlers.resource -
-
Uses of PathResourceManager in io.undertow.server.handlers.resource
Subclasses of PathResourceManager in io.undertow.server.handlers.resource Modifier and Type Class Description classFileResourceManagerServes files from the file system.Methods in io.undertow.server.handlers.resource that return PathResourceManager Modifier and Type Method Description PathResourceManagerPathResourceManager. setBase(java.io.File base)PathResourceManagerPathResourceManager. setBase(java.nio.file.Path base)Constructors in io.undertow.server.handlers.resource with parameters of type PathResourceManager Constructor Description PathResource(java.nio.file.Path file, PathResourceManager manager, java.lang.String path)PathResource(java.nio.file.Path file, PathResourceManager manager, java.lang.String path, ETag eTag)
-