| Package | Description |
|---|---|
| net.i2p.router.tunnel | Core tunnel management, message processing, and encryption for I2P's anonymous routing system. |
| Modifier and Type | Method and Description |
|---|---|
void | TunnelParticipant.dispatch(TunnelDataMessage msg,
Hash recvFrom)Process an incoming tunnel data message. |
void | TunnelDispatcher.dispatch(TunnelDataMessage msg,
Hash recvFrom)Dispatch a TunnelDataMessage to the appropriate participant or endpoint |
void | OutboundTunnelEndpoint.dispatch(TunnelDataMessage msg,
Hash recvFrom)dispatch. |