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 SummaryConstructors Constructor Description OutboundTunnelEndpoint(RouterContext ctx, HopConfig config, HopProcessor processor)
 
- 
- 
- 
Constructor Detail- 
OutboundTunnelEndpointpublic OutboundTunnelEndpoint(RouterContext ctx, HopConfig config, HopProcessor processor) 
 
- 
 - 
Method Detail- 
dispatchpublic void dispatch(TunnelDataMessage msg, Hash recvFrom) 
 
- 
 
-