Package org.eclipse.jetty.client
Class HttpProxy
java.lang.Object
org.eclipse.jetty.client.ProxyConfiguration.Proxy
org.eclipse.jetty.client.HttpProxy
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.HttpProxy(Origin.Address address, boolean secure) Deprecated.HttpProxy(Origin.Address address, SslContextFactory.Client sslContextFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetURI()Deprecated.newClientConnectionFactory(ClientConnectionFactory connectionFactory) Deprecated.Methods inherited from class org.eclipse.jetty.client.ProxyConfiguration.Proxy
getAddress, getExcludedAddresses, getIncludedAddresses, getSslContextFactory, isSecure, matches, toString
-
Constructor Details
-
HttpProxy
Deprecated. -
HttpProxy
Deprecated. -
HttpProxy
Deprecated.
-
-
Method Details
-
newClientConnectionFactory
public ClientConnectionFactory newClientConnectionFactory(ClientConnectionFactory connectionFactory) Deprecated.- Specified by:
newClientConnectionFactoryin classProxyConfiguration.Proxy- Parameters:
connectionFactory- the nestedClientConnectionFactory- Returns:
- a new
ClientConnectionFactoryfor thisProxyConfiguration.Proxy
-
getURI
Deprecated.- Overrides:
getURIin classProxyConfiguration.Proxy- Returns:
- an URI representing this proxy, or null if no URI can represent this proxy
-