public static interface FragmentHandler.DefragmentedReceiver
Modifier and Type | Method and Description |
---|---|
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)