Uses of Class
net.i2p.router.transport.udp.InboundEstablishState2
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of InboundEstablishState2 in net.i2p.router.transport.udp
Modifier and TypeMethodDescriptionPacketBuilder2.buildRetryPacket
(InboundEstablishState2 state, int terminationCode) Build a new Retry packet for the given peer, encrypting it as necessary.PacketBuilder2.buildSessionCreatedPacket
(InboundEstablishState2 state) Build a new SessionCreated packet for the given peer, encrypting it as necessary.(package private) void
EstablishmentManager.receiveSessionConfirmed
(InboundEstablishState2 state, UDPPacket packet) got a SessionConfirmed (should only happen as part of an inbound establishment) SSU 2 only.(package private) void
EstablishmentManager.receiveSessionOrTokenRequest
(RemoteHostId from, InboundEstablishState2 state, UDPPacket packet) Got a SessionRequest OR a TokenRequest (initiates an inbound establishment) SSU 2 only.