Uses of Class
net.i2p.data.i2np.TunnelBuildReplyMessage
-
Packages that use TunnelBuildReplyMessage Package Description net.i2p.data.i2np This package defines the low-level messages sent between routers, called the Invisible Internet Network Protocol (I2NP).net.i2p.router.tunnel All the work of managing locally created and participating tunnels, creating and handling tunnel messages, and their encryption. -
-
Uses of TunnelBuildReplyMessage in net.i2p.data.i2np
Subclasses of TunnelBuildReplyMessage in net.i2p.data.i2np Modifier and Type Class Description class
OutboundTunnelBuildReplyMessage
Sent from the OBEP to the tunnel creator via an inbound tunnel.class
VariableTunnelBuildReplyMessage
Transmitted from the new outbound endpoint to the creator through a reply tunnel. -
Uses of TunnelBuildReplyMessage in net.i2p.router.tunnel
Methods in net.i2p.router.tunnel with parameters of type TunnelBuildReplyMessage Modifier and Type Method Description int[]
BuildReplyHandler. decrypt(TunnelBuildReplyMessage reply, TunnelCreatorConfig cfg, List<Integer> recordOrder)
Decrypt the tunnel build reply records.
-