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 class
FileResourceManager
Serves files from the file system.Methods in io.undertow.server.handlers.resource that return PathResourceManager Modifier and Type Method Description PathResourceManager
PathResourceManager. setBase(java.io.File base)
PathResourceManager
PathResourceManager. 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)
-