Uses of Package
net.i2p.router.transport.udp

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

Classes in net.i2p.router.transport.udp used by net.i2p.router.transport.udp
EstablishmentManager
          Coordinate the establishment of new sessions - both inbound and outbound.
InboundEstablishState
          Data for a new connection being established, where the remote peer has initiated the connection with us.
InboundMessageFragments
          Organize the received data message fragments, allowing its MessageReceiver to pull off completed messages and its ACKSender to pull off peers who need to receive an ACK for these messages.
InboundMessageState
          Hold the raw data fragments of an inbound message
MessageQueue
          Base queue for messages not yet packetized
OutboundEstablishState
          Data for a new connection being established, where we initiated the connection with a remote peer.
OutboundMessageFragments
          Coordinate the outbound fragments and select the next one to be built.
OutboundMessageState
          Maintain the outbound fragmentation for resending
PeerState
          Contain all of the state about a UDP connection to a peer
TimedWeightedPriorityMessageQueue.FailedListener
           
UDPEndpoint
          Coordinate the low level datagram socket, managing the UDPSender and UDPReceiver
UDPPacket
          Basic delivery unit containing the datagram.
UDPPacketReader
          To read a packet, initialize this reader with the data and fetch out the appropriate fields.
UDPPacketReader.DataReader
          parse out the data message
UDPPacketReader.SessionConfirmedReader
          parse out the confirmed message
UDPPacketReader.SessionCreatedReader
          Help read the SessionCreated payload
UDPPacketReader.SessionRequestReader
          Help read the SessionRequest payload
UDPSender
          Lowest level packet sender, pushes anything on its queue ASAP.
UDPTransport