Class Socks4Proxy.Socks4ProxyClientConnectionFactory
java.lang.Object
org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyClientConnectionFactory
- All Implemented Interfaces:
ClientConnectionFactory
- Enclosing class:
Socks4Proxy
public static class Socks4Proxy.Socks4ProxyClientConnectionFactory
extends Object
implements ClientConnectionFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface ClientConnectionFactory
ClientConnectionFactory.Decorator, ClientConnectionFactory.Info -
Field Summary
Fields inherited from interface ClientConnectionFactory
CLIENT_CONTEXT_KEY -
Constructor Summary
ConstructorsConstructorDescriptionSocks4ProxyClientConnectionFactory(ClientConnectionFactory connectionFactory) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClientConnectionFactory
customize
-
Constructor Details
-
Socks4ProxyClientConnectionFactory
-
-
Method Details
-
newConnection
- Specified by:
newConnectionin interfaceClientConnectionFactory- Parameters:
endPoint- theEndPointto link the newly created connection tocontext- the context data to create the connection- Returns:
- a new
Connection
-