class ConnectionPacketHandler
extends java.lang.Object
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.
修飾子とタイプ | フィールド | 説明 |
---|---|---|
static int |
MAX_SLOW_START_WINDOW |
コンストラクタ | 説明 |
---|---|
ConnectionPacketHandler(I2PAppContext context) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
(package private) void |
receivePacket(Packet packet,
Connection con) |
distribute a packet to the connection specified
|
public static final int MAX_SLOW_START_WINDOW
public ConnectionPacketHandler(I2PAppContext context)
void receivePacket(Packet packet, Connection con) throws I2PException
I2PException