Uses of Class
net.i2p.router.tunnel.pool.TunnelPool
Package
Description
The I2P router application handles the I2P network communication.
Dummy versions of things for testing.
Tunnel creation, tunnel build message handling.
-
Uses of TunnelPool in net.i2p.router
Modifier and TypeMethodDescriptionTunnelManagerFacade.getInboundExploratoryPool()
for TunnelRenderer in router consoleTunnelManagerFacade.getInboundPool
(Hash client) TunnelManagerFacade.getOutboundExploratoryPool()
for TunnelRenderer in router consoleTunnelManagerFacade.getOutboundPool
(Hash client) Modifier and TypeMethodDescriptionTunnelManagerFacade.getInboundClientPools()
for TunnelRenderer in router consoleTunnelManagerFacade.getOutboundClientPools()
for TunnelRenderer in router consoleModifier and TypeMethodDescriptionvoid
TunnelManagerFacade.listPools
(List<TunnelPool> out) for TunnelRenderer in router console -
Uses of TunnelPool in net.i2p.router.dummy
Modifier and TypeMethodDescriptionDummyTunnelManagerFacade.getInboundExploratoryPool()
DummyTunnelManagerFacade.getInboundPool
(Hash client) DummyTunnelManagerFacade.getOutboundExploratoryPool()
DummyTunnelManagerFacade.getOutboundPool
(Hash client) Modifier and TypeMethodDescriptionDummyTunnelManagerFacade.getInboundClientPools()
DummyTunnelManagerFacade.getOutboundClientPools()
-
Uses of TunnelPool in net.i2p.router.tunnel.pool
Modifier and TypeClassDescriptionclass
A tunnel pool with its own settings and Destination, but uses another pool for its tunnels.Modifier and TypeMethodDescriptionTunnelPoolManager.getInboundExploratoryPool()
For TunnelRenderer in router consoleTunnelPoolManager.getInboundPool
(Hash client) TunnelPoolManager.getOutboundExploratoryPool()
For TunnelRenderer in router consoleTunnelPoolManager.getOutboundPool
(Hash client) PooledTunnelCreatorConfig.getTunnelPool()
Modifier and TypeMethodDescriptionTunnelPoolManager.getInboundClientPools()
for TunnelRenderer in router consoleTunnelPoolManager.getOutboundClientPools()
for TunnelRenderer in router consoleModifier and TypeMethodDescriptionvoid
TunnelPoolManager.listPools
(List<TunnelPool> out) list of TunnelPool instances currently in playModifierConstructorDescription(package private)
AliasedTunnelPool
(RouterContext ctx, TunnelPoolManager mgr, TunnelPoolSettings settings, TunnelPool aliasOf) PooledTunnelCreatorConfig
(RouterContext ctx, int length, boolean isInbound, Hash destination, TunnelPool pool) Creates a new instance of PooledTunnelCreatorConfigTestJob
(RouterContext ctx, PooledTunnelCreatorConfig cfg, TunnelPool pool)