Uses of Class
net.i2p.router.transport.udp.InboundEstablishState
| 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 InboundEstablishState in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return InboundEstablishState Modifier and Type Method Description (package private) InboundEstablishStateEstablishmentManager. getInboundState(RemoteHostId from)Grab the active establishing stateMethods in net.i2p.router.transport.udp with parameters of type InboundEstablishState Modifier and Type Method Description UDPPacketPacketBuilder. buildSessionCreatedPacket(InboundEstablishState state, int externalPort, SessionKey ourIntroKey)Build a new SessionCreated packet for the given peer, encrypting it as necessary.UDPPacketPacketBuilder. buildSessionDestroyPacket(InboundEstablishState peer)Build a destroy packet, which contains a header but no body.