Uses of Enum
io.vertx.ext.web.handler.FileSystemAccess
Packages that use FileSystemAccess
Package
Description
-
Uses of FileSystemAccess in io.vertx.ext.web.handler
Subclasses with type arguments of type FileSystemAccess in io.vertx.ext.web.handlerModifier and TypeClassDescriptionenumEnumaration of FileSystem access permissions, used inMethods in io.vertx.ext.web.handler that return FileSystemAccessModifier and TypeMethodDescriptionstatic FileSystemAccessReturns 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 FileSystemAccessModifier and TypeMethodDescriptionstatic StaticHandlerStaticHandler.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 FileSystemAccessModifier and TypeMethodDescriptionstatic StaticHandlerStaticHandler.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 FileSystemAccessModifier and TypeMethodDescriptionstatic StaticHandlerStaticHandler.create(FileSystemAccess handlerVisibility, String root) Create a handler, specifying web-root and access option: absolute path or relative