Uses of Class
io.vertx.ext.web.handler.FileSystemAccess
-
Packages that use FileSystemAccess Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of FileSystemAccess in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return FileSystemAccess Modifier and Type Method Description static FileSystemAccess
FileSystemAccess. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileSystemAccess[]
FileSystemAccess. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.web.handler with parameters of type FileSystemAccess Modifier and Type Method Description static StaticHandler
StaticHandler. create(FileSystemAccess handlerVisibility, String root)
Create a handler, specifying web-root and access option: absolute path or relative -
Uses of FileSystemAccess in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler with parameters of type FileSystemAccess Modifier and Type Method Description static StaticHandler
StaticHandler. create(FileSystemAccess handlerVisibility, String root)
Create a handler, specifying web-root and access option: absolute path or relative -
Uses of FileSystemAccess in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type FileSystemAccess Modifier and Type Method Description static StaticHandler
StaticHandler. create(FileSystemAccess handlerVisibility, String root)
Create a handler, specifying web-root and access option: absolute path or relative
-