Uses of Class
net.i2p.router.TunnelPoolSettings
-
Packages that use TunnelPoolSettings 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 TunnelPoolSettings in net.i2p.router
Methods in net.i2p.router that return TunnelPoolSettings Modifier and Type Method Description TunnelPoolSettingsClientTunnelSettings. getInboundSettings()TunnelPoolSettingsTunnelManagerFacade. getInboundSettings()TunnelPoolSettingsTunnelManagerFacade. getInboundSettings(Hash client)TunnelPoolSettingsClientTunnelSettings. getOutboundSettings()TunnelPoolSettingsTunnelManagerFacade. getOutboundSettings()TunnelPoolSettingsTunnelManagerFacade. getOutboundSettings(Hash client)Methods in net.i2p.router with parameters of type TunnelPoolSettings Modifier and Type Method Description voidTunnelManagerFacade. setInboundSettings(Hash client, TunnelPoolSettings settings)voidTunnelManagerFacade. setInboundSettings(TunnelPoolSettings settings)voidTunnelManagerFacade. setOutboundSettings(Hash client, TunnelPoolSettings settings)voidTunnelManagerFacade. setOutboundSettings(TunnelPoolSettings settings) -
Uses of TunnelPoolSettings in net.i2p.router.dummy
Methods in net.i2p.router.dummy that return TunnelPoolSettings Modifier and Type Method Description TunnelPoolSettingsDummyTunnelManagerFacade. getInboundSettings()TunnelPoolSettingsDummyTunnelManagerFacade. getInboundSettings(Hash client)TunnelPoolSettingsDummyTunnelManagerFacade. getOutboundSettings()TunnelPoolSettingsDummyTunnelManagerFacade. getOutboundSettings(Hash client)Methods in net.i2p.router.dummy with parameters of type TunnelPoolSettings Modifier and Type Method Description voidDummyTunnelManagerFacade. setInboundSettings(Hash client, TunnelPoolSettings settings)voidDummyTunnelManagerFacade. setInboundSettings(TunnelPoolSettings settings)voidDummyTunnelManagerFacade. setOutboundSettings(Hash client, TunnelPoolSettings settings)voidDummyTunnelManagerFacade. setOutboundSettings(TunnelPoolSettings settings) -
Uses of TunnelPoolSettings in net.i2p.router.tunnel.pool
Methods in net.i2p.router.tunnel.pool that return TunnelPoolSettings Modifier and Type Method Description TunnelPoolSettingsTunnelPoolManager. getInboundSettings()exploratoryTunnelPoolSettingsTunnelPoolManager. getInboundSettings(Hash client)TunnelPoolSettingsTunnelPoolManager. getOutboundSettings()exploratoryTunnelPoolSettingsTunnelPoolManager. getOutboundSettings(Hash client)TunnelPoolSettingsTunnelPool. getSettings()Methods in net.i2p.router.tunnel.pool with parameters of type TunnelPoolSettings Modifier and Type Method Description protected intTunnelPeerSelector. getLength(TunnelPoolSettings settings)protected List<Hash>TunnelPeerSelector. selectExplicit(TunnelPoolSettings settings, int length)For debugging, also possibly for restricted routes? Needs analysis and testingList<Hash>ClientPeerSelector. selectPeers(TunnelPoolSettings settings)Returns ENDPOINT FIRST, GATEWAY LAST!!!! In: us ..List<Hash>ExploratoryPeerSelector. selectPeers(TunnelPoolSettings settings)Returns ENDPOINT FIRST, GATEWAY LAST!!!! In: us ..abstract List<Hash>TunnelPeerSelector. selectPeers(TunnelPoolSettings settings)Which peers should go into the next tunnel for the given settings?voidTunnelPoolManager. setInboundSettings(Hash client, TunnelPoolSettings settings)voidTunnelPoolManager. setInboundSettings(TunnelPoolSettings settings)exploratoryvoidTunnelPoolManager. setOutboundSettings(Hash client, TunnelPoolSettings settings)voidTunnelPoolManager. setOutboundSettings(TunnelPoolSettings settings)exploratory(package private) voidTunnelPool. setSettings(TunnelPoolSettings settings)protected booleanTunnelPeerSelector. shouldSelectExplicit(TunnelPoolSettings settings)For debugging, also possibly for restricted routes? Needs analysis and testingConstructors in net.i2p.router.tunnel.pool with parameters of type TunnelPoolSettings Constructor Description AliasedTunnelPool(RouterContext ctx, TunnelPoolManager mgr, TunnelPoolSettings settings, TunnelPool aliasOf)TunnelPool(RouterContext ctx, TunnelPoolManager mgr, TunnelPoolSettings settings, TunnelPeerSelector sel)
-