Uses of Class
net.i2p.router.TunnelPoolSettings
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 TunnelPoolSettings in net.i2p.router
Modifier and TypeMethodDescriptionClientTunnelSettings.getInboundSettings()
TunnelManagerFacade.getInboundSettings()
TunnelManagerFacade.getInboundSettings
(Hash client) ClientTunnelSettings.getOutboundSettings()
TunnelManagerFacade.getOutboundSettings()
TunnelManagerFacade.getOutboundSettings
(Hash client) Modifier and TypeMethodDescriptionvoid
TunnelManagerFacade.setInboundSettings
(Hash client, TunnelPoolSettings settings) void
TunnelManagerFacade.setInboundSettings
(TunnelPoolSettings settings) void
TunnelManagerFacade.setOutboundSettings
(Hash client, TunnelPoolSettings settings) void
TunnelManagerFacade.setOutboundSettings
(TunnelPoolSettings settings) -
Uses of TunnelPoolSettings in net.i2p.router.dummy
Modifier and TypeMethodDescriptionDummyTunnelManagerFacade.getInboundSettings()
DummyTunnelManagerFacade.getInboundSettings
(Hash client) DummyTunnelManagerFacade.getOutboundSettings()
DummyTunnelManagerFacade.getOutboundSettings
(Hash client) Modifier and TypeMethodDescriptionvoid
DummyTunnelManagerFacade.setInboundSettings
(Hash client, TunnelPoolSettings settings) void
DummyTunnelManagerFacade.setInboundSettings
(TunnelPoolSettings settings) void
DummyTunnelManagerFacade.setOutboundSettings
(Hash client, TunnelPoolSettings settings) void
DummyTunnelManagerFacade.setOutboundSettings
(TunnelPoolSettings settings) -
Uses of TunnelPoolSettings in net.i2p.router.tunnel.pool
Modifier and TypeMethodDescriptionTunnelPoolManager.getInboundSettings()
exploratoryTunnelPoolManager.getInboundSettings
(Hash client) TunnelPoolManager.getOutboundSettings()
exploratoryTunnelPoolManager.getOutboundSettings
(Hash client) TunnelPool.getSettings()
Modifier and TypeMethodDescriptionprotected int
TunnelPeerSelector.getLength
(TunnelPoolSettings settings) TunnelPeerSelector.selectExplicit
(TunnelPoolSettings settings, int length) For debugging, also possibly for restricted routes? Needs analysis and testingClientPeerSelector.selectPeers
(TunnelPoolSettings settings) Returns ENDPOINT FIRST, GATEWAY LAST!!!! In: us ..ExploratoryPeerSelector.selectPeers
(TunnelPoolSettings settings) Returns ENDPOINT FIRST, GATEWAY LAST!!!! In: us ..TunnelPeerSelector.selectPeers
(TunnelPoolSettings settings) Which peers should go into the next tunnel for the given settings?void
TunnelPoolManager.setInboundSettings
(Hash client, TunnelPoolSettings settings) void
TunnelPoolManager.setInboundSettings
(TunnelPoolSettings settings) exploratoryvoid
TunnelPoolManager.setOutboundSettings
(Hash client, TunnelPoolSettings settings) void
TunnelPoolManager.setOutboundSettings
(TunnelPoolSettings settings) exploratory(package private) void
TunnelPool.setSettings
(TunnelPoolSettings settings) protected boolean
TunnelPeerSelector.shouldSelectExplicit
(TunnelPoolSettings settings) For debugging, also possibly for restricted routes? Needs analysis and testingModifierConstructorDescription(package private)
AliasedTunnelPool
(RouterContext ctx, TunnelPoolManager mgr, TunnelPoolSettings settings, TunnelPool aliasOf) (package private)
TunnelPool
(RouterContext ctx, TunnelPoolManager mgr, TunnelPoolSettings settings, TunnelPeerSelector sel)