Package | Description |
---|---|
io.vertx.core.net |
Modifier and Type | Field and Description |
---|---|
static ProxyType |
ProxyOptions.DEFAULT_TYPE
The default proxy type (HTTP)
|
Modifier and Type | Method and Description |
---|---|
ProxyType |
ProxyOptions.getType()
Get proxy type.
|
static ProxyType |
ProxyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyType[] |
ProxyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProxyOptions |
ProxyOptions.setType(ProxyType type)
Set proxy type.
|
Copyright © 2023 Eclipse. All rights reserved.