Uses of Class
net.i2p.router.tunnel.HopProcessor
-
Packages that use HopProcessor 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 HopProcessor in net.i2p.router.tunnel
Subclasses of HopProcessor in net.i2p.router.tunnel Modifier and Type Class Description (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 Constructor Description OutboundTunnelEndpoint(RouterContext ctx, HopConfig config, HopProcessor processor)
TunnelParticipant(RouterContext ctx, HopConfig config, HopProcessor processor)
not an inbound endpoint
-