Uses of Class
net.i2p.i2ptunnel.I2PTunnelClientBase
| Package | Description |
|---|---|
| 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.
|
| net.i2p.i2ptunnel.socks |
SOCKS 4, 4a, and 5 client tunnels.
|
-
Uses of I2PTunnelClientBase in net.i2p.i2ptunnel
Subclasses of I2PTunnelClientBase in net.i2p.i2ptunnel Modifier and Type Class Description classI2PingWarning - not necessarily a stable API.classI2PTunnelClientclassI2PTunnelConnectClientSupports the following:classI2PTunnelHTTPBidirProxyReuse HTTP server's I2PSocketManager for a proxy with no outproxy capability.classI2PTunnelHTTPClientAct as a mini HTTP proxy, handling various different types of requests, forwarding them through I2P appropriately, and displaying the reply.classI2PTunnelHTTPClientBaseCommon things for HTTPClient and ConnectClient Retrofit over them in 0.8.2classI2PTunnelIRCClientTodo: Can we extend I2PTunnelClient instead and remove some duplicated code?Constructors in net.i2p.i2ptunnel with parameters of type I2PTunnelClientBase Constructor Description InternalSocketRunner(I2PTunnelClientBase client)Does not start the runner, caller must call start() -
Uses of I2PTunnelClientBase in net.i2p.i2ptunnel.irc
Subclasses of I2PTunnelClientBase in net.i2p.i2ptunnel.irc Modifier and Type Class Description classI2PTunnelDCCClientA standard client, using an existing socket manager. -
Uses of I2PTunnelClientBase in net.i2p.i2ptunnel.socks
Subclasses of I2PTunnelClientBase in net.i2p.i2ptunnel.socks Modifier and Type Class Description classI2PSOCKSIRCTunnelclassI2PSOCKSTunnel