class OutboundTunnelEndpoint extends Object
| Constructor and Description |
|---|
OutboundTunnelEndpoint(RouterContext ctx,
HopConfig config,
HopProcessor processor)Binds the context, config, and processor, sizing the RED queue to the allocated bandwidth. |
| Modifier and Type | Method and Description |
|---|---|
void | dispatch(TunnelDataMessage msg,
Hash recvFrom)Decrypt and honor the instructions of an incoming tunnel data message. |
String | toString() |
public OutboundTunnelEndpoint(RouterContext ctx, HopConfig config, HopProcessor processor)
public void dispatch(TunnelDataMessage msg, Hash recvFrom)