パッケージ | 説明 |
---|---|
net.i2p.router.tunnel |
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
TunnelGateway.add(TunnelGatewayMessage msg) |
Add a message to be sent down the tunnel, where we are the inbound gateway.
|
void |
TunnelGatewayZeroHop.add(TunnelGatewayMessage msg) |
Add a message to be sent down the tunnel, where we are the inbound gateway.
|
void |
TunnelDispatcher.dispatch(TunnelGatewayMessage msg) |
We are the inbound tunnel gateway, so encrypt it as necessary and forward
it on.
|