Uses of Class
net.i2p.router.transport.udp.InboundEstablishState

Packages that use InboundEstablishState
net.i2p.router.transport.udp   
 

Uses of InboundEstablishState in net.i2p.router.transport.udp
 

Methods in net.i2p.router.transport.udp that return InboundEstablishState
(package private)  InboundEstablishState EstablishmentManager.getInboundState(RemoteHostId from)
          Grab the active establishing state
 

Methods in net.i2p.router.transport.udp with parameters of type InboundEstablishState
 UDPPacket PacketBuilder.buildSessionCreatedPacket(InboundEstablishState state, int externalPort, SessionKey ourIntroKey)
          Build a new SessionCreated packet for the given peer, encrypting it as necessary.