Uses of Class
net.i2p.data.i2np.TunnelBuildReplyMessage

Packages that use TunnelBuildReplyMessage
net.i2p.data.i2np The Invisible Internet Network Protocol (I2NP) is only a part of how an application can send messages over the network. 
net.i2p.router.tunnel   
 

Uses of TunnelBuildReplyMessage in net.i2p.data.i2np
 

Subclasses of TunnelBuildReplyMessage in net.i2p.data.i2np
 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
static int[] BuildReplyHandler.decrypt(I2PAppContext ctx, TunnelBuildReplyMessage reply, TunnelCreatorConfig cfg, List<Integer> recordOrder)
          Decrypt the tunnel build reply records.