Package org.eclipse.jetty.client
Class Socks4Proxy
- java.lang.Object
 - 
- org.eclipse.jetty.client.ProxyConfiguration.Proxy
 - 
- org.eclipse.jetty.client.Socks4Proxy
 
 
 
- 
@Deprecated(since="2021-05-27") public class Socks4Proxy extends ProxyConfiguration.Proxy
Deprecated. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSocks4Proxy.Socks4ProxyClientConnectionFactoryDeprecated. 
- 
Constructor Summary
Constructors Constructor Description Socks4Proxy(java.lang.String host, int port)Deprecated.Socks4Proxy(Origin.Address address, boolean secure)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClientConnectionFactorynewClientConnectionFactory(ClientConnectionFactory connectionFactory)Deprecated.- 
Methods inherited from class org.eclipse.jetty.client.ProxyConfiguration.Proxy
getAddress, getExcludedAddresses, getIncludedAddresses, getSslContextFactory, getURI, isSecure, matches, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Socks4Proxy
public Socks4Proxy(java.lang.String host, int port)Deprecated. 
- 
Socks4Proxy
public Socks4Proxy(Origin.Address address, boolean secure)
Deprecated. 
 - 
 
- 
Method Detail
- 
newClientConnectionFactory
public ClientConnectionFactory newClientConnectionFactory(ClientConnectionFactory connectionFactory)
Deprecated.- Specified by:
 newClientConnectionFactoryin classProxyConfiguration.Proxy- Parameters:
 connectionFactory- the nestedClientConnectionFactory- Returns:
 - a new 
ClientConnectionFactoryfor thisProxyConfiguration.Proxy 
 
 - 
 
 -