Uses of Class
net.i2p.router.tunnel.pool.TunnelPool
-
Packages that use TunnelPool 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.pool Tunnel creation, tunnel build message handling. -
-
Uses of TunnelPool in net.i2p.router
Methods in net.i2p.router that return TunnelPool Modifier and Type Method Description TunnelPoolTunnelManagerFacade. getInboundExploratoryPool()for TunnelRenderer in router consoleTunnelPoolTunnelManagerFacade. getInboundPool(Hash client)TunnelPoolTunnelManagerFacade. getOutboundExploratoryPool()for TunnelRenderer in router consoleTunnelPoolTunnelManagerFacade. getOutboundPool(Hash client)Methods in net.i2p.router that return types with arguments of type TunnelPool Modifier and Type Method Description Map<Hash,TunnelPool>TunnelManagerFacade. getInboundClientPools()for TunnelRenderer in router consoleMap<Hash,TunnelPool>TunnelManagerFacade. getOutboundClientPools()for TunnelRenderer in router consoleMethod parameters in net.i2p.router with type arguments of type TunnelPool Modifier and Type Method Description voidTunnelManagerFacade. 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 TunnelPool Modifier and Type Method Description TunnelPoolDummyTunnelManagerFacade. getInboundExploratoryPool()TunnelPoolDummyTunnelManagerFacade. getInboundPool(Hash client)TunnelPoolDummyTunnelManagerFacade. getOutboundExploratoryPool()TunnelPoolDummyTunnelManagerFacade. getOutboundPool(Hash client)Methods in net.i2p.router.dummy that return types with arguments of type TunnelPool Modifier and Type Method Description Map<Hash,TunnelPool>DummyTunnelManagerFacade. getInboundClientPools()Map<Hash,TunnelPool>DummyTunnelManagerFacade. getOutboundClientPools()Method parameters in net.i2p.router.dummy with type arguments of type TunnelPool Modifier and Type Method Description voidDummyTunnelManagerFacade. listPools(List<TunnelPool> out) -
Uses of TunnelPool in net.i2p.router.tunnel.pool
Subclasses of TunnelPool in net.i2p.router.tunnel.pool Modifier and Type Class Description classAliasedTunnelPoolA tunnel pool with its own settings and Destination, but uses another pool for its tunnels.Methods in net.i2p.router.tunnel.pool that return TunnelPool Modifier and Type Method Description TunnelPoolTunnelPoolManager. getInboundExploratoryPool()For TunnelRenderer in router consoleTunnelPoolTunnelPoolManager. getInboundPool(Hash client)TunnelPoolTunnelPoolManager. getOutboundExploratoryPool()For TunnelRenderer in router consoleTunnelPoolTunnelPoolManager. getOutboundPool(Hash client)TunnelPoolPooledTunnelCreatorConfig. getTunnelPool()Methods in net.i2p.router.tunnel.pool that return types with arguments of type TunnelPool Modifier and Type Method Description Map<Hash,TunnelPool>TunnelPoolManager. getInboundClientPools()for TunnelRenderer in router consoleMap<Hash,TunnelPool>TunnelPoolManager. getOutboundClientPools()for TunnelRenderer in router consoleMethod parameters in net.i2p.router.tunnel.pool with type arguments of type TunnelPool Modifier and Type Method Description voidTunnelPoolManager. listPools(List<TunnelPool> out)list of TunnelPool instances currently in playConstructors in net.i2p.router.tunnel.pool with parameters of type TunnelPool Constructor Description 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)
-