Uses of Package
net.i2p.router.tunnel.pool

Packages that use net.i2p.router.tunnel.pool
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   
 

Classes in net.i2p.router.tunnel.pool used by net.i2p.router
TunnelPool
          A group of tunnels for the router or a particular client, in a single direction.
 

Classes in net.i2p.router.tunnel.pool used by net.i2p.router.dummy
TunnelPool
          A group of tunnels for the router or a particular client, in a single direction.
 

Classes in net.i2p.router.tunnel.pool used by net.i2p.router.tunnel.pool
BuildExecutor
          Single threaded controller of the tunnel creation process, spanning all tunnel pools.
PooledTunnelCreatorConfig
          Data about a tunnel we created
TestJob
          Repeatedly test a single tunnel for its entire lifetime, or until the pool is shut down or removed from the client manager.
TunnelPeerSelector
          Coordinate the selection of peers to go into a tunnel for one particular pool.
TunnelPool
          A group of tunnels for the router or a particular client, in a single direction.
TunnelPoolManager
          Manage all the exploratory and client tunnel pools.