Uses of Class
net.i2p.router.tunnel.HopProcessor

Packages that use HopProcessor
net.i2p.router.tunnel All the work of managing locally created and participating tunnels, creating and handling tunnel messages, and their encryption. 
 

Uses of HopProcessor in net.i2p.router.tunnel
 

Subclasses of HopProcessor in net.i2p.router.tunnel
(package private)  class InboundGatewayProcessor
          Override the hop processor to seed the message with a random IV.
 

Constructors in net.i2p.router.tunnel with parameters of type HopProcessor
OutboundTunnelEndpoint(RouterContext ctx, HopConfig config, HopProcessor processor)
           
TunnelParticipant(RouterContext ctx, HopConfig config, HopProcessor processor)
          not an inbound endpoint