Uses of Class
net.i2p.router.ClientTunnelSettings
Package
Description
The I2P router application handles the I2P network communication.
Dummy versions of things for testing.
Tunnel creation, tunnel build message handling.
-
Uses of ClientTunnelSettings in net.i2p.router
Modifier and TypeMethodDescriptionboolean
TunnelManagerFacade.addAlias
(Destination dest, ClientTunnelSettings settings, Destination existingClient) Add another destination to the same tunnels.void
TunnelManagerFacade.buildTunnels
(Destination client, ClientTunnelSettings settings) the client connected (or updated their settings), so make sure we have the tunnels for them, and whenever necessary, ask them to authorize leases. -
Uses of ClientTunnelSettings in net.i2p.router.dummy
Modifier and TypeMethodDescriptionboolean
DummyTunnelManagerFacade.addAlias
(Destination dest, ClientTunnelSettings settings, Destination existingClient) void
DummyTunnelManagerFacade.buildTunnels
(Destination client, ClientTunnelSettings settings) -
Uses of ClientTunnelSettings in net.i2p.router.tunnel.pool
Modifier and TypeMethodDescriptionboolean
TunnelPoolManager.addAlias
(Destination dest, ClientTunnelSettings settings, Destination existingClient) Add another destination to the same tunnels.void
TunnelPoolManager.buildTunnels
(Destination client, ClientTunnelSettings settings) Used only at session startup.