Uses of Class
net.i2p.i2ptunnel.I2PTunnelServer

Packages that use I2PTunnelServer
net.i2p.i2ptunnel   
 

Uses of I2PTunnelServer in net.i2p.i2ptunnel
 

Subclasses of I2PTunnelServer in net.i2p.i2ptunnel
 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.