Uses of Class
net.i2p.i2ptunnel.I2PTunnelTask

Packages that use I2PTunnelTask
net.i2p.i2ptunnel   
net.i2p.i2ptunnel.socks   
 

Uses of I2PTunnelTask in net.i2p.i2ptunnel
 

Subclasses of I2PTunnelTask in net.i2p.i2ptunnel
 class I2Ping
           
 class I2PTunnelClient
           
 class I2PTunnelClientBase
           
 class I2PTunnelHTTPClient
          Act as a mini HTTP proxy, handling various different types of requests, forwarding them through I2P appropriately, and displaying the reply.
 class I2PTunnelHTTPServer
          Simple extension to the I2PTunnelServer that filters the HTTP headers sent from the client to the server, replacing the Host header with whatever this instance has been configured with, and if the browser set Accept-encoding: x-i2p-gzip, gzip the http message body and set Content-encoding: x-i2p-gzip.
 class I2PTunnelIRCClient
           
 class I2PTunnelServer
           
 

Uses of I2PTunnelTask in net.i2p.i2ptunnel.socks
 

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