net.i2p.router.tunnel
Class OutboundTunnelEndpoint

java.lang.Object
  extended by 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
OutboundTunnelEndpoint(RouterContext ctx, HopConfig config, HopProcessor processor)
           
 
Method Summary
 void dispatch(TunnelDataMessage msg, Hash recvFrom)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutboundTunnelEndpoint

public OutboundTunnelEndpoint(RouterContext ctx,
                              HopConfig config,
                              HopProcessor processor)
Method Detail

dispatch

public void dispatch(TunnelDataMessage msg,
                     Hash recvFrom)

toString

public String toString()
Overrides:
toString in class Object
Since:
0.9.8