Uses of Interface
net.i2p.router.tunnel.TunnelGateway.Sender

Packages that use TunnelGateway.Sender
net.i2p.router.tunnel   
 

Uses of TunnelGateway.Sender in net.i2p.router.tunnel
 

Classes in net.i2p.router.tunnel that implement TunnelGateway.Sender
 class InboundSender
          Receive the preprocessed data for an inbound gateway, encrypt it, and forward it on to the first hop.
 class OutboundSender
          Receive the preprocessed data for an outbound gateway, encrypt all of the layers, and forward it on to the first hop.
 

Methods in net.i2p.router.tunnel with parameters of type TunnelGateway.Sender
 boolean TunnelGateway.QueuePreprocessor.preprocessQueue(java.util.List pending, TunnelGateway.Sender sender, TunnelGateway.Receiver receiver)
           
 boolean TrivialPreprocessor.preprocessQueue(java.util.List pending, TunnelGateway.Sender sender, TunnelGateway.Receiver rec)
           
 

Constructors in net.i2p.router.tunnel with parameters of type TunnelGateway.Sender
TunnelGateway(I2PAppContext context, TunnelGateway.QueuePreprocessor preprocessor, TunnelGateway.Sender sender, TunnelGateway.Receiver receiver)