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

Packages that use SOCKSServer
net.i2p.i2ptunnel.socks SOCKS 4, 4a, and 5 client tunnels. 
 

Uses of SOCKSServer in net.i2p.i2ptunnel.socks
 

Subclasses of SOCKSServer in net.i2p.i2ptunnel.socks
 class SOCKS4aServer
           
 class SOCKS5Server
           
 

Methods in net.i2p.i2ptunnel.socks that return SOCKSServer
static SOCKSServer SOCKSServerFactory.createSOCKSServer(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.