Uses of Enum Class
io.helidon.webclient.api.Proxy.ProxyType
Packages that use Proxy.ProxyType
-
Uses of Proxy.ProxyType in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return Proxy.ProxyTypeModifier and TypeMethodDescriptionProxy.type()Get proxy type.static Proxy.ProxyTypeReturns 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.Methods in io.helidon.webclient.api with parameters of type Proxy.ProxyTypeModifier and TypeMethodDescriptionProxy.Builder.type(Proxy.ProxyType type) Sets a new proxy type.