Uses of Class
net.i2p.router.transport.udp.InboundEstablishState
Packages that use InboundEstablishState
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of InboundEstablishState in net.i2p.router.transport.udp
Subclasses of InboundEstablishState in net.i2p.router.transport.udpModifier and TypeClassDescription(package private) classData for a new connection being established, where the remote peer has initiated the connection with us.Methods in net.i2p.router.transport.udp that return InboundEstablishStateModifier and TypeMethodDescription(package private) InboundEstablishStateEstablishmentManager.getInboundState(RemoteHostId from) Grab the active establishing stateMethods in net.i2p.router.transport.udp with parameters of type InboundEstablishStateModifier and TypeMethodDescriptionPacketBuilder.buildSessionCreatedPacket(InboundEstablishState state, int externalPort, SessionKey ourIntroKey) Build a new SessionCreated packet for the given peer, encrypting it as necessary.PacketBuilder.buildSessionDestroyPacket(InboundEstablishState peer) Build a destroy packet, which contains a header but no body.(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.receiveSessionRequest(RemoteHostId from, InboundEstablishState state, UDPPacketReader reader) Got a SessionRequest (initiates an inbound establishment) SSU 1 only.