Package net.i2p.router.tunnel
Class OutboundTunnelEndpoint
- java.lang.Object
-
- net.i2p.router.tunnel.OutboundTunnelEndpoint
-
class OutboundTunnelEndpoint extends Object
We are the end of an outbound tunnel that we did not create. Gather fragments and honor the instructions as received.
-
-
Constructor Summary
Constructors Constructor Description OutboundTunnelEndpoint(RouterContext ctx, HopConfig config, HopProcessor processor)
-
-
-
Constructor Detail
-
OutboundTunnelEndpoint
public OutboundTunnelEndpoint(RouterContext ctx, HopConfig config, HopProcessor processor)
-
-
Method Detail
-
dispatch
public void dispatch(TunnelDataMessage msg, Hash recvFrom)
-
-