Uses of Interface
net.i2p.router.TunnelManagerFacade

Packages that use TunnelManagerFacade
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
 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
 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
 class TunnelPoolManager
          Manage all the exploratory and client tunnel pools.