public static interface FragmentHandler.DefragmentedReceiver
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
receiveComplete(I2NPMessage msg,
Hash toRouter,
TunnelId toTunnel) |
Receive a fully formed I2NPMessage out of the tunnel
|
void receiveComplete(I2NPMessage msg, Hash toRouter, TunnelId toTunnel)
msg
- message receivedtoRouter
- where we are told to send the message (null means locally)toTunnel
- where we are told to send the message (null means locally or to the specified router)