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

Packages that use I2PSOCKSTunnel
net.i2p.i2ptunnel.socks   
 

Uses of I2PSOCKSTunnel in net.i2p.i2ptunnel.socks
 

Subclasses of I2PSOCKSTunnel in net.i2p.i2ptunnel.socks
 class I2PSOCKSIRCTunnel
           
 

Methods in net.i2p.i2ptunnel.socks with parameters of type I2PSOCKSTunnel
 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.
 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.
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.