Uses of Package
net.i2p.router.tunnel.pool
-
Packages that use net.i2p.router.tunnel.pool 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 All the work of managing locally created and participating tunnels, creating and handling tunnel messages, and their encryption.net.i2p.router.tunnel.pool Tunnel creation, tunnel build message handling. -
Classes in net.i2p.router.tunnel.pool used by net.i2p.router Class Description 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 Class Description 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 Class Description PooledTunnelCreatorConfig Data about a tunnel we created -
Classes in net.i2p.router.tunnel.pool used by net.i2p.router.tunnel.pool Class Description BuildExecutor Single threaded controller of the tunnel creation process, spanning all tunnel pools.BuildExecutor.Result BuildReplyHandler.Result This contains the result of decrypting the build request or reply record, including the decrypted properties field, if present.ConnectChecker Tools to check transport compatibility.ExcluderBase A Set of Hashes that automatically adds to the Set in the contains() check.ParticipatingThrottler.Result PooledTunnelCreatorConfig Data about a tunnel we createdTunnelPeerSelector 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.