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 class
I2Ping
Warning - not necessarily a stable API.class
I2PTunnelClient
class
I2PTunnelConnectClient
Supports the following: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
I2PTunnelHTTPClientBase
Common things for HTTPClient and ConnectClient Retrofit over them in 0.8.2class
I2PTunnelIRCClient
Todo: 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 class
I2PTunnelDCCClient
A 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 class
I2PSOCKSIRCTunnel
class
I2PSOCKSTunnel