Uses of Class
io.helidon.webclient.Proxy.ProxyType
-
Packages that use Proxy.ProxyType Package Description io.helidon.webclient A reactive client for rest calls. -
-
Uses of Proxy.ProxyType in io.helidon.webclient
Methods in io.helidon.webclient that return Proxy.ProxyType Modifier and Type Method Description static Proxy.ProxyType
Proxy.ProxyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Proxy.ProxyType[]
Proxy.ProxyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.webclient with parameters of type Proxy.ProxyType Modifier and Type Method Description Proxy.Builder
Proxy.Builder. type(Proxy.ProxyType type)
Sets a new proxy type.
-