Uses of Class
net.i2p.router.transport.udp.EstablishmentManager
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 EstablishmentManager in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return EstablishmentManager Modifier and Type Method Description (package private) EstablishmentManager
UDPTransport. getEstablisher()
For IntroductionManagerMethods in net.i2p.router.transport.udp with parameters of type EstablishmentManager Modifier and Type Method Description List<UDPPacket>
PacketBuilder. buildRelayRequest(UDPTransport transport, EstablishmentManager emgr, OutboundEstablishState state, SessionKey ourIntroKey)
build intro packets for each of the published introducersConstructors in net.i2p.router.transport.udp with parameters of type EstablishmentManager Constructor Description PacketHandler(RouterContext ctx, UDPTransport transport, EstablishmentManager establisher, InboundMessageFragments inbound, PeerTestManager testManager, IntroductionManager introManager)