Uses of Class
org.eclipse.jetty.client.ProxyConfiguration.Proxy
Packages that use 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
Subclasses of ProxyConfiguration.Proxy in org.eclipse.jetty.clientModifier and TypeClassDescriptionclass
class
class
Client-side proxy configuration for SOCKS5, defined by RFC 1928.Methods in org.eclipse.jetty.client that return ProxyConfiguration.ProxyMethods in org.eclipse.jetty.client that return types with arguments of type ProxyConfiguration.ProxyMethods in org.eclipse.jetty.client with parameters of type ProxyConfiguration.ProxyModifier 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