Uses of Class
io.vertx.core.net.ProxyType
-
Packages that use ProxyType Package Description io.vertx.core.net -
-
Uses of ProxyType in io.vertx.core.net
Fields in io.vertx.core.net declared as ProxyType Modifier and Type Field Description static ProxyType
ProxyOptions. DEFAULT_TYPE
The default proxy type (HTTP)Methods in io.vertx.core.net that return ProxyType Modifier and Type Method 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.Methods in io.vertx.core.net with parameters of type ProxyType Modifier and Type Method Description ProxyOptions
ProxyOptions. setType(ProxyType type)
Set proxy type.
-