Uses of Class
net.i2p.router.tunnel.pool.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 TunnelPool
TunnelManagerFacade. getInboundExploratoryPool()
for TunnelRenderer in router consoleTunnelPool
TunnelManagerFacade. getInboundPool(Hash client)
TunnelPool
TunnelManagerFacade. getOutboundExploratoryPool()
for TunnelRenderer in router consoleTunnelPool
TunnelManagerFacade. 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 void
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 TunnelPool Modifier and Type Method Description TunnelPool
DummyTunnelManagerFacade. getInboundExploratoryPool()
TunnelPool
DummyTunnelManagerFacade. getInboundPool(Hash client)
TunnelPool
DummyTunnelManagerFacade. getOutboundExploratoryPool()
TunnelPool
DummyTunnelManagerFacade. 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 void
DummyTunnelManagerFacade. 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 class
AliasedTunnelPool
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 TunnelPool Modifier and Type Method Description TunnelPool
TunnelPoolManager. getInboundExploratoryPool()
For TunnelRenderer in router consoleTunnelPool
TunnelPoolManager. getInboundPool(Hash client)
TunnelPool
TunnelPoolManager. getOutboundExploratoryPool()
For TunnelRenderer in router consoleTunnelPool
TunnelPoolManager. getOutboundPool(Hash client)
TunnelPool
PooledTunnelCreatorConfig. 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 void
TunnelPoolManager. 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)