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

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

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

Methods in net.i2p.router.transport.udp that return OutboundEstablishState
(package private)  OutboundEstablishState EstablishmentManager.getOutboundState(java.net.InetAddress fromHost, int fromPort)
           
 

Methods in net.i2p.router.transport.udp with parameters of type OutboundEstablishState
 UDPPacket PacketBuilder.buildSessionRequestPacket(OutboundEstablishState state)
          Build a new SessionRequest packet for the given peer, encrypting it as necessary.
 UDPPacket[] PacketBuilder.buildSessionConfirmedPackets(OutboundEstablishState state, RouterIdentity ourIdentity)
          Build a new series of SessionConfirmed packets for the given peer, encrypting it as necessary.
 UDPPacket PacketBuilder.buildSessionConfirmedPacket(OutboundEstablishState state, int fragmentNum, int numFragments, byte[] identity)
          Build a new SessionConfirmed packet for the given peer
(package private)  PeerState EstablishmentManager.receiveData(OutboundEstablishState state)
          A data packet arrived on an outbound connection being established, which means its complete (yay!).