| Package | Description |
|---|---|
| net.i2p.i2ptunnel | Implementation of preconfigured tunnels for both clients and servers, with a comprehensive UI for tunnel management and configuration. |
| net.i2p.i2ptunnel.irc | IRC-specific tunnel enhancements including protocol filters and DCC (Direct
Client-to-Client) connection handlers for IRC client tunnels. |
| net.i2p.i2ptunnel.socks | SOCKS protocol tunnel implementation for I2P, supporting SOCKS 4, 4a, and 5. |
| Modifier and Type | Class and Description |
|---|---|
class | I2PingI2P ping utility for CLI use. |
class | I2PTunnelClientStandard I2P client tunnel that forwards local TCP connections to I2P destinations. |
class | I2PTunnelConnectClientSSL tunnel through HTTP proxy using CONNECT method. |
class | I2PTunnelHTTPBidirProxyHTTP proxy reusing server's I2PSocketManager without outproxy capability. |
class | I2PTunnelHTTPClientHTTP proxy that tunnels requests through I2P. |
class | I2PTunnelHTTPClientBaseCommon things for HTTPClient and ConnectClient
Retrofit over them in 0.8.2 |
class | I2PTunnelIRCClientIRC client tunnel with DCC support and filtering. |
| Constructor and Description |
|---|
InternalSocketRunner(I2PTunnelClientBase client)Does not start the runner, caller must call start() |
| Modifier and Type | Class and Description |
|---|---|
class | I2PTunnelDCCClientA standard client, using an existing socket manager. |
| Modifier and Type | Class and Description |
|---|---|
class | I2PSOCKSIRCTunnelSOCKS tunnel specialized for IRC traffic with I2P filtering and security. |
class | I2PSOCKSTunnelSOCKS proxy server that routes TCP connections through I2P network. |