Package org.eclipse.jetty.client
Class Socks4Proxy
java.lang.Object
org.eclipse.jetty.client.ProxyConfiguration.Proxy
org.eclipse.jetty.client.Socks4Proxy
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionSocks4Proxy(String host, int port) Deprecated.Socks4Proxy(Origin.Address address, boolean secure) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionnewClientConnectionFactory(ClientConnectionFactory connectionFactory) Deprecated.Methods inherited from class org.eclipse.jetty.client.ProxyConfiguration.Proxy
getAddress, getExcludedAddresses, getIncludedAddresses, getSslContextFactory, getURI, isSecure, matches, toString
-
Constructor Details
-
Socks4Proxy
Deprecated. -
Socks4Proxy
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
-