Uses of Class
net.i2p.router.transport.udp.UDPPacketReader
-
Packages that use UDPPacketReader 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 UDPPacketReader in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp with parameters of type UDPPacketReader Modifier and Type Method Description (package private) voidIntroductionManager. receiveRelayIntro(RemoteHostId bob, UDPPacketReader reader)We are Charlie and we got this from Bob.(package private) voidIntroductionManager. receiveRelayRequest(RemoteHostId alice, UDPPacketReader reader)We are Bob and we got this from Alice.(package private) voidEstablishmentManager. receiveRelayResponse(RemoteHostId bob, UDPPacketReader reader)We are Alice, we sent a RelayRequest to Bob and got a response back.(package private) voidEstablishmentManager. receiveSessionConfirmed(RemoteHostId from, InboundEstablishState state, UDPPacketReader reader)got a SessionConfirmed (should only happen as part of an inbound establishment) SSU 1 only.(package private) voidEstablishmentManager. receiveSessionCreated(RemoteHostId from, OutboundEstablishState state, UDPPacketReader reader)Got a SessionCreated (in response to our outbound SessionRequest) SSU 1 only.(package private) voidEstablishmentManager. receiveSessionRequest(RemoteHostId from, InboundEstablishState state, UDPPacketReader reader)Got a SessionRequest (initiates an inbound establishment) SSU 1 only.voidPeerTestManager. receiveTest(RemoteHostId from, PeerState fromPeer, boolean inSession, UDPPacketReader reader)Entry point for all incoming packets.
-