Uses of Enum Class
io.helidon.webclient.api.Proxy.ProxyType
-
Uses of Proxy.ProxyType in io.helidon.webclient.api
Modifier and TypeMethodDescriptionProxy.type()
Get proxy type.static Proxy.ProxyType
Returns the enum constant of this class with the specified name.static Proxy.ProxyType[]
Proxy.ProxyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionProxy.Builder.type
(Proxy.ProxyType type) Sets a new proxy type.