Class ConnectionPacketHandler

java.lang.Object
net.i2p.client.streaming.impl.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.

  • Field Details

  • Constructor Details

    • ConnectionPacketHandler

      public ConnectionPacketHandler(I2PAppContext context)
  • Method Details