Uses of Class
net.i2p.i2ptunnel.socks.SOCKSException

Packages that use SOCKSException
net.i2p.i2ptunnel.socks   
 

Uses of SOCKSException in net.i2p.i2ptunnel.socks
 

Methods in net.i2p.i2ptunnel.socks that throw SOCKSException
static SOCKSServer SOCKSServerFactory.createSOCKSServer(java.net.Socket s)
          Create a new SOCKS server, using the provided socket (that must be connected to a client) to select the proper SOCKS protocol version.
protected abstract  void SOCKSServer.setupServer()
          Perform server initialization (expecially regarding protected variables).
abstract  java.net.Socket SOCKSServer.getClientSocket()
          Get a socket that can be used to send/receive 8-bit clean data to/from the client.
protected abstract  void SOCKSServer.confirmConnection()
          Confirm to the client that the connection has succeeded
 I2PSocket SOCKSServer.getDestinationI2PSocket()
          Get an I2PSocket that can be used to send/receive 8-bit clean data to/from the destination of the SOCKS connection.
 java.net.Socket SOCKS5Server.getClientSocket()
           
protected  void SOCKS5Server.setupServer()
           
protected  void SOCKS5Server.confirmConnection()