Uses of Interface
ratpack.core.http.client.ProxySpec
-
Packages that use ProxySpec Package Description ratpack.core.http.client The HTTP client. -
-
Uses of ProxySpec in ratpack.core.http.client
Methods in ratpack.core.http.client that return ProxySpec Modifier and Type Method Description ProxySpec
ProxySpec. host(String host)
Configure the host that will proxy outbound HTTP requests.ProxySpec
ProxySpec. nonProxyHosts(Collection<String> nonProxyHosts)
Configure a collection of patterns for which if any are matched, the outbound request will bypass the HTTP proxy.ProxySpec
ProxySpec. port(int port)
Configure the port on the proxy to will outbound HTTP requests will be sent.Method parameters in ratpack.core.http.client with type arguments of type ProxySpec Modifier and Type Method Description HttpClientSpec
HttpClientSpec. proxy(Action<? super ProxySpec> proxy)
Configure a HTTP proxy for outgoing calls from this client.
-