Uses of Class
org.eclipse.jetty.client.ProxyConfiguration.Proxy
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of ProxyConfiguration.Proxy in org.eclipse.jetty.client
Modifier and TypeClassDescriptionclass
class
class
Client-side proxy configuration for SOCKS5, defined by RFC 1928.Modifier and TypeMethodDescriptionvoid
ProxyConfiguration.addProxy
(ProxyConfiguration.Proxy proxy) Adds a proxy.boolean
ProxyConfiguration.removeProxy
(ProxyConfiguration.Proxy proxy) Removes a proxy.
ProxyConfiguration.addProxy(Proxy)
andProxyConfiguration.removeProxy(Proxy)
instead