Uses of Class
net.i2p.router.transport.udp.OutboundEstablishState2
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of OutboundEstablishState2 in net.i2p.router.transport.udp
Modifier and TypeMethodDescriptionPacketBuilder2.buildSessionConfirmedPackets
(OutboundEstablishState2 state, RouterInfo ourInfo) Build a new series of SessionConfirmed packets for the given peer, encrypting it as necessary.PacketBuilder2.buildSessionRequestPacket
(OutboundEstablishState2 state) Build a new SessionRequest packet for the given peer, encrypting it as necessary.PacketBuilder2.buildTokenRequestPacket
(OutboundEstablishState2 state) Build a new SessionRequest packet for the given peer, encrypting it as necessary.(package private) void
EstablishmentManager.receiveRetry
(OutboundEstablishState2 state, UDPPacket packet) Got a Retry (in response to our outbound SessionRequest or TokenRequest) SSU 2 only.(package private) void
EstablishmentManager.receiveSessionCreated
(OutboundEstablishState2 state, UDPPacket packet) Got a SessionCreated (in response to our outbound SessionRequest) SSU 2 only.