Uses of Class
net.i2p.router.tunnel.pool.TunnelPool
Packages that use 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
Methods in net.i2p.router that return TunnelPoolModifier and TypeMethodDescriptionTunnelManagerFacade.getInboundExploratoryPool()
for TunnelRenderer in router consoleTunnelManagerFacade.getInboundPool
(Hash client) TunnelManagerFacade.getOutboundExploratoryPool()
for TunnelRenderer in router consoleTunnelManagerFacade.getOutboundPool
(Hash client) Methods in net.i2p.router that return types with arguments of type TunnelPoolModifier and TypeMethodDescriptionTunnelManagerFacade.getInboundClientPools()
for TunnelRenderer in router consoleTunnelManagerFacade.getOutboundClientPools()
for TunnelRenderer in router consoleMethod parameters in net.i2p.router with type arguments of type TunnelPoolModifier and TypeMethodDescriptionvoid
TunnelManagerFacade.listPools
(List<TunnelPool> out) for TunnelRenderer in router console -
Uses of TunnelPool in net.i2p.router.dummy
Methods in net.i2p.router.dummy that return TunnelPoolModifier and TypeMethodDescriptionDummyTunnelManagerFacade.getInboundExploratoryPool()
DummyTunnelManagerFacade.getInboundPool
(Hash client) DummyTunnelManagerFacade.getOutboundExploratoryPool()
DummyTunnelManagerFacade.getOutboundPool
(Hash client) Methods in net.i2p.router.dummy that return types with arguments of type TunnelPoolModifier and TypeMethodDescriptionDummyTunnelManagerFacade.getInboundClientPools()
DummyTunnelManagerFacade.getOutboundClientPools()
Method parameters in net.i2p.router.dummy with type arguments of type TunnelPool -
Uses of TunnelPool in net.i2p.router.tunnel.pool
Subclasses of TunnelPool in net.i2p.router.tunnel.poolModifier and TypeClassDescriptionclass
A tunnel pool with its own settings and Destination, but uses another pool for its tunnels.Methods in net.i2p.router.tunnel.pool that return TunnelPoolModifier and TypeMethodDescriptionTunnelPoolManager.getInboundExploratoryPool()
For TunnelRenderer in router consoleTunnelPoolManager.getInboundPool
(Hash client) TunnelPoolManager.getOutboundExploratoryPool()
For TunnelRenderer in router consoleTunnelPoolManager.getOutboundPool
(Hash client) PooledTunnelCreatorConfig.getTunnelPool()
Methods in net.i2p.router.tunnel.pool that return types with arguments of type TunnelPoolModifier and TypeMethodDescriptionTunnelPoolManager.getInboundClientPools()
for TunnelRenderer in router consoleTunnelPoolManager.getOutboundClientPools()
for TunnelRenderer in router consoleMethod parameters in net.i2p.router.tunnel.pool with type arguments of type TunnelPoolModifier and TypeMethodDescriptionvoid
TunnelPoolManager.listPools
(List<TunnelPool> out) list of TunnelPool instances currently in playConstructors in net.i2p.router.tunnel.pool with parameters of type TunnelPoolModifierConstructorDescription(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)