Package org.eclipse.jetty.client
Class ProxyConfiguration
- java.lang.Object
-
- org.eclipse.jetty.client.ProxyConfiguration
-
@Deprecated public class ProxyConfiguration extends java.lang.ObjectDeprecated.This api is not supported anymore. Please do not use it.The configuration of the forward proxy to use withHttpClient.Applications add subclasses of
ProxyConfiguration.Proxyto this configuration via:ProxyConfiguration proxyConfig = httpClient.getProxyConfiguration(); proxyConfig.getProxies().add(new HttpProxy(proxyHost, 8080));
- See Also:
HttpClient.getProxyConfiguration()
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProxyConfiguration.ProxyDeprecated.
-
Constructor Summary
Constructors Constructor Description ProxyConfiguration()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<ProxyConfiguration.Proxy>getProxies()Deprecated.ProxyConfiguration.Proxymatch(Origin origin)Deprecated.
-
-
-
Method Detail
-
getProxies
public java.util.List<ProxyConfiguration.Proxy> getProxies()
Deprecated.
-
match
public ProxyConfiguration.Proxy match(Origin origin)
Deprecated.
-
-