パッケージ | 説明 |
---|---|
net.i2p.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
net.i2p.i2ptunnel.irc |
Filters for the IRC client tunnel, and DCC handlers.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
I2PTunnelHTTPBidirServer |
|
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 |
I2PTunnelIRCServer |
Simple extension to the I2PTunnelServer that filters the registration
sequence to pass the destination hash of the client through as the hostname,
so an IRC Server may track users across nick changes.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
I2PTunnelDCCServer |
A standard server that only answers for registered ports,
and each port can only be used once.
|