Uses of Interface
net.i2p.router.TunnelManagerFacade
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 TunnelManagerFacade in net.i2p.router
Methods in net.i2p.router that return TunnelManagerFacade Modifier and Type Method Description TunnelManagerFacade
RouterContext. tunnelManager()
Coordinate this router's tunnels (its pools, participation, backup, etc). -
Uses of TunnelManagerFacade in net.i2p.router.dummy
Classes in net.i2p.router.dummy that implement TunnelManagerFacade Modifier and Type Class Description class
DummyTunnelManagerFacade
Build and maintain tunnels throughout the network. -
Uses of TunnelManagerFacade in net.i2p.router.tunnel.pool
Classes in net.i2p.router.tunnel.pool that implement TunnelManagerFacade Modifier and Type Class Description class
TunnelPoolManager
Manage all the exploratory and client tunnel pools.