| 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 |
|---|---|
boolean | TunnelGatewayZeroHop.add(TunnelGatewayMessage msg)Add a message to be sent down the tunnel, where we are the inbound gateway. |
boolean | TunnelGateway.add(TunnelGatewayMessage msg)Add a message to be sent down the tunnel, where we are the inbound gateway. |
void | TunnelDispatcher.dispatch(TunnelGatewayMessage msg)Dispatch a TunnelGatewayMessage to the appropriate gateway |