Class SOCKS4aServer

java.lang.Object
net.i2p.i2ptunnel.socks.SOCKSServer
net.i2p.i2ptunnel.socks.SOCKS4aServer

class SOCKS4aServer extends SOCKSServer
  • Constructor Details

    • SOCKS4aServer

      public SOCKS4aServer(I2PAppContext ctx, Socket clientSock, Properties props)
      Create a SOCKS4a server that communicates with the client using the specified socket. This method should not be invoked directly: new SOCKS4aServer objects should be created by using SOCKSServerFactory.createSOCSKServer(). It is assumed that the SOCKS VER field has been stripped from the input stream of the client socket.
      Parameters:
      clientSock - client socket
      props - non-null
  • Method Details