Uses of Class
net.i2p.socks.SOCKSException
| Package | Description |
|---|---|
| net.i2p.i2ptunnel.socks |
SOCKS 4, 4a, and 5 client tunnels.
|
-
Uses of SOCKSException in net.i2p.i2ptunnel.socks
Methods in net.i2p.i2ptunnel.socks that throw SOCKSException Modifier and Type Method Description protected voidSOCKS4aServer. confirmConnection()protected voidSOCKS5Server. confirmConnection()protected abstract voidSOCKSServer. confirmConnection()Confirm to the client that the connection has succeededstatic SOCKSServerSOCKSServerFactory. createSOCKSServer(I2PAppContext ctx, Socket s, Properties props)Create a new SOCKS server, using the provided socket (that must be connected to a client) to select the proper SOCKS protocol version.SocketSOCKS4aServer. getClientSocket()SocketSOCKS5Server. getClientSocket()abstract SocketSOCKSServer. getClientSocket()Get a socket that can be used to send/receive 8-bit clean data to/from the client.I2PSocketSOCKS4aServer. getDestinationI2PSocket(I2PSOCKSTunnel t)Get an I2PSocket that can be used to send/receive 8-bit clean data to/from the destination of the SOCKS connection.I2PSocketSOCKS5Server. getDestinationI2PSocket(I2PSOCKSTunnel t)Get an I2PSocket that can be used to send/receive 8-bit clean data to/from the destination of the SOCKS connection.abstract I2PSocketSOCKSServer. getDestinationI2PSocket(I2PSOCKSTunnel t)Get an I2PSocket that can be used to send/receive 8-bit clean data to/from the destination of the SOCKS connection.protected voidSOCKS4aServer. setupServer()protected voidSOCKS5Server. setupServer()protected abstract voidSOCKSServer. setupServer()Perform server initialization (expecially regarding protected variables).