public static interface FragmentHandler.DefragmentedReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
receiveComplete(I2NPMessage msg,
net.i2p.data.Hash toRouter,
net.i2p.data.TunnelId toTunnel)
Receive a fully formed I2NPMessage out of the tunnel
|
void receiveComplete(I2NPMessage msg, net.i2p.data.Hash toRouter, net.i2p.data.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)