Class ConnectionPacketHandler


  • class ConnectionPacketHandler
    extends Object
    Receive a packet for a particular connection - placing the data onto the queue, marking packets as acked, updating various fields, etc.

    I2PSession -> MessageHandler -> PacketHandler -> ConnectionPacketHandler -> MessageInputStream

    One of these is instantiated per-Destination (i.e. per-ConnectionManager, not per-Connection). It doesn't store any state.