Uses of Class
net.i2p.data.i2np.TunnelGatewayMessage
| Package | Description |
|---|---|
| net.i2p.router.tunnel |
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
|
-
Uses of TunnelGatewayMessage in net.i2p.router.tunnel
Methods in net.i2p.router.tunnel with parameters of type TunnelGatewayMessage Modifier and Type Method Description voidTunnelGateway. add(TunnelGatewayMessage msg)Add a message to be sent down the tunnel, where we are the inbound gateway.voidTunnelGatewayZeroHop. add(TunnelGatewayMessage msg)Add a message to be sent down the tunnel, where we are the inbound gateway.voidTunnelDispatcher. dispatch(TunnelGatewayMessage msg)We are the inbound tunnel gateway, so encrypt it as necessary and forward it on.