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 class
I2PSOCKSIRCTunnel
Methods in net.i2p.i2ptunnel.socks with parameters of type I2PSOCKSTunnel Modifier and Type Method Description I2PSocket
SOCKS4aServer. 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.I2PSocket
SOCKS5Server. 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 I2PSocket
SOCKSServer. 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.