Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler | |
io.vertx.rxjava3.ext.web.handler |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static StaticHandler |
StaticHandler.create(FileSystemAccess handlerVisibility,
String root)
Create a handler, specifying web-root
and access option: absolute path or relative
|
Modifier and Type | Method and Description |
---|---|
static StaticHandler |
StaticHandler.create(FileSystemAccess handlerVisibility,
String root)
Create a handler, specifying web-root
and access option: absolute path or relative
|
Modifier and Type | Method and Description |
---|---|
static StaticHandler |
StaticHandler.create(FileSystemAccess handlerVisibility,
String root)
Create a handler, specifying web-root
and access option: absolute path or relative
|
Modifier and Type | Method and Description |
---|---|
static StaticHandler |
StaticHandler.create(FileSystemAccess handlerVisibility,
String root)
Create a handler, specifying web-root
and access option: absolute path or relative
|
Copyright © 2022 Eclipse. All rights reserved.