TunnelGateway.Receiverclass OutboundReceiver extends Object implements TunnelGateway.Receiver
| Constructor | Description |
|---|---|
OutboundReceiver(RouterContext ctx,
TunnelCreatorConfig cfg) |
| Modifier and Type | Method | Description |
|---|---|---|
Hash |
getSendTo() |
The next hop
|
long |
receiveEncrypted(byte[] encrypted) |
Take the encrypted data and send it off to the next hop
|
public OutboundReceiver(RouterContext ctx, TunnelCreatorConfig cfg)
public long receiveEncrypted(byte[] encrypted)
TunnelGateway.ReceiverreceiveEncrypted in interface TunnelGateway.Receiverpublic Hash getSendTo()
getSendTo in interface TunnelGateway.Receiver