Uses of Class
net.i2p.router.transport.udp.IntroductionManager
-
Packages that use IntroductionManager Package Description net.i2p.router.transport.udp The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP. -
-
Uses of IntroductionManager in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return IntroductionManager Modifier and Type Method Description (package private) IntroductionManager
UDPTransport. getIntroManager()
Constructors in net.i2p.router.transport.udp with parameters of type IntroductionManager Constructor Description PacketHandler(RouterContext ctx, UDPTransport transport, boolean enableSSU1, boolean enableSSU2, EstablishmentManager establisher, InboundMessageFragments inbound, PeerTestManager testManager, IntroductionManager introManager)
-