Class Socks4Proxy.Socks4ProxyClientConnectionFactory

java.lang.Object
org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyClientConnectionFactory
All Implemented Interfaces:
org.eclipse.jetty.io.ClientConnectionFactory
Enclosing class:
Socks4Proxy

public static class Socks4Proxy.Socks4ProxyClientConnectionFactory extends Object implements org.eclipse.jetty.io.ClientConnectionFactory
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ClientConnectionFactory

    org.eclipse.jetty.io.ClientConnectionFactory.Decorator, org.eclipse.jetty.io.ClientConnectionFactory.Info
  • Field Summary

    Fields inherited from interface org.eclipse.jetty.io.ClientConnectionFactory

    CLIENT_CONTEXT_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Socks4ProxyClientConnectionFactory(org.eclipse.jetty.io.ClientConnectionFactory connectionFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.io.Connection
    newConnection(org.eclipse.jetty.io.EndPoint endPoint, Map<String,Object> context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.io.ClientConnectionFactory

    customize
  • Constructor Details

    • Socks4ProxyClientConnectionFactory

      public Socks4ProxyClientConnectionFactory(org.eclipse.jetty.io.ClientConnectionFactory connectionFactory)
  • Method Details

    • newConnection

      public org.eclipse.jetty.io.Connection newConnection(org.eclipse.jetty.io.EndPoint endPoint, Map<String,Object> context)
      Specified by:
      newConnection in interface org.eclipse.jetty.io.ClientConnectionFactory