Subclasses of I2PTunnelClientBase in net.i2p.i2ptunnel |
class |
I2PTunnelClient
|
class |
I2PTunnelConnectClient
Supports the following:
(where protocol is generally HTTP/1.1 but is ignored)
(where host is one of:
example.i2p
52chars.b32.i2p
516+charsbase64
example.com (sent to one of the configured proxies)
)
(port and protocol are ignored for i2p destinations)
CONNECT host
CONNECT host protocol
CONNECT host:port
CONNECT host:port protocol (this is the standard)
Additional lines after the CONNECT line but before the blank line are ignored and stripped. |
class |
I2PTunnelHTTPBidirProxy
Reuse HTTP server's I2PSocketManager for a proxy with no outproxy capability. |
class |
I2PTunnelHTTPClient
Act as a mini HTTP proxy, handling various different types of requests,
forwarding them through I2P appropriately, and displaying the reply. |
class |
I2PTunnelIRCClient
|