Uses of Class
net.i2p.router.transport.udp.UDPPacketReader
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of UDPPacketReader in net.i2p.router.transport.udp
Modifier and TypeMethodDescription(package private) void
IntroductionManager.receiveRelayIntro
(RemoteHostId bob, UDPPacketReader reader) We are Charlie and we got this from Bob.(package private) void
IntroductionManager.receiveRelayRequest
(RemoteHostId alice, UDPPacketReader reader) We are Bob and we got this from Alice.(package private) void
EstablishmentManager.receiveRelayResponse
(RemoteHostId bob, UDPPacketReader reader) We are Alice, we sent a RelayRequest to Bob and got a response back.(package private) void
EstablishmentManager.receiveSessionConfirmed
(RemoteHostId from, InboundEstablishState state, UDPPacketReader reader) got a SessionConfirmed (should only happen as part of an inbound establishment) SSU 1 only.(package private) void
EstablishmentManager.receiveSessionCreated
(RemoteHostId from, OutboundEstablishState state, UDPPacketReader reader) Got a SessionCreated (in response to our outbound SessionRequest) SSU 1 only.(package private) void
EstablishmentManager.receiveSessionRequest
(RemoteHostId from, InboundEstablishState state, UDPPacketReader reader) Got a SessionRequest (initiates an inbound establishment) SSU 1 only.void
PeerTestManager.receiveTest
(RemoteHostId from, PeerState fromPeer, boolean inSession, UDPPacketReader reader) Entry point for all incoming packets.