Uses of Class
net.i2p.data.i2np.TunnelDataMessage
-
Packages that use TunnelDataMessage 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 TunnelDataMessage in net.i2p.router.tunnel
Methods in net.i2p.router.tunnel with parameters of type TunnelDataMessage Modifier and Type Method Description voidOutboundTunnelEndpoint. dispatch(TunnelDataMessage msg, Hash recvFrom)voidTunnelDispatcher. dispatch(TunnelDataMessage msg, Hash recvFrom)We are participating in a tunnel (perhaps we're even the endpoint), so take the message and do what it says.voidTunnelParticipant. dispatch(TunnelDataMessage msg, Hash recvFrom)
-