Uses of Class
ratpack.http.client.Proxy.ProxyProtocol
-
Packages that use Proxy.ProxyProtocol Package Description ratpack.http.client The HTTP client. -
-
Uses of Proxy.ProxyProtocol in ratpack.http.client
Methods in ratpack.http.client that return Proxy.ProxyProtocol Modifier and Type Method Description Proxy.ProxyProtocolProxy. getProtocol()The protocol that should be used when connecting to the proxy server itself.static Proxy.ProxyProtocolProxy.ProxyProtocol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Proxy.ProxyProtocol[]Proxy.ProxyProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ratpack.http.client with parameters of type Proxy.ProxyProtocol Modifier and Type Method Description ProxySpecProxySpec. protocol(Proxy.ProxyProtocol protocol)The protocol to use when connecting to the proxy.
-