Package org.eclipse.jetty.client
Class Socks4Proxy.Socks4ProxyClientConnectionFactory
- java.lang.Object
 - 
- org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyClientConnectionFactory
 
 
- 
- All Implemented Interfaces:
 ClientConnectionFactory
- Enclosing class:
 - Socks4Proxy
 
@Deprecated(since="2021-05-27") public static class Socks4Proxy.Socks4ProxyClientConnectionFactory extends java.lang.Object implements ClientConnectionFactory
Deprecated. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
ClientConnectionFactory.Decorator 
 - 
 
- 
Field Summary
- 
Fields inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
CONNECTOR_CONTEXT_KEY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Socks4ProxyClientConnectionFactory(ClientConnectionFactory connectionFactory)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ConnectionnewConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)Deprecated.- 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
customize 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Socks4ProxyClientConnectionFactory
public Socks4ProxyClientConnectionFactory(ClientConnectionFactory connectionFactory)
Deprecated. 
 - 
 
- 
Method Detail
- 
newConnection
public Connection newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
Deprecated.- Specified by:
 newConnectionin interfaceClientConnectionFactory- Parameters:
 endPoint- theEndPointto link the newly created connection tocontext- the context data to create the connection- Returns:
 - a new 
Connection 
 
 - 
 
 -