Uses of Class
net.i2p.router.ClientTunnelSettings
| Package | Description |
|---|---|
| net.i2p.router |
The I2P router application handles the I2P network communication.
|
| net.i2p.router.dummy |
Dummy versions of things for testing.
|
| net.i2p.router.tunnel.pool |
Tunnel creation, tunnel build message handling.
|
-
Uses of ClientTunnelSettings in net.i2p.router
Methods in net.i2p.router with parameters of type ClientTunnelSettings Modifier and Type Method Description booleanTunnelManagerFacade. addAlias(Destination dest, ClientTunnelSettings settings, Destination existingClient)Add another destination to the same tunnels.voidTunnelManagerFacade. 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
Methods in net.i2p.router.dummy with parameters of type ClientTunnelSettings Modifier and Type Method Description booleanDummyTunnelManagerFacade. addAlias(Destination dest, ClientTunnelSettings settings, Destination existingClient)voidDummyTunnelManagerFacade. buildTunnels(Destination client, ClientTunnelSettings settings) -
Uses of ClientTunnelSettings in net.i2p.router.tunnel.pool
Methods in net.i2p.router.tunnel.pool with parameters of type ClientTunnelSettings Modifier and Type Method Description booleanTunnelPoolManager. addAlias(Destination dest, ClientTunnelSettings settings, Destination existingClient)Add another destination to the same tunnels.voidTunnelPoolManager. buildTunnels(Destination client, ClientTunnelSettings settings)Used only at session startup.