Uses of Class
net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
| Package | Description |
|---|---|
| net.i2p.i2ptunnel.socks |
SOCKS 4, 4a, and 5 client tunnels.
|
-
Uses of I2PSOCKSTunnel in net.i2p.i2ptunnel.socks
Subclasses of I2PSOCKSTunnel in net.i2p.i2ptunnel.socks Modifier and Type Class Description classI2PSOCKSIRCTunnelMethods in net.i2p.i2ptunnel.socks with parameters of type I2PSOCKSTunnel Modifier and Type Method Description 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.