Class SOCKS4aServer

    • Constructor Detail

      • 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