TunnelGateway.Receiver
class OutboundReceiver extends java.lang.Object implements TunnelGateway.Receiver
コンストラクタ | 説明 |
---|---|
OutboundReceiver(RouterContext ctx,
TunnelCreatorConfig cfg) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
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.Receiver
receiveEncrypted
インタフェース内 TunnelGateway.Receiver
public Hash getSendTo()
getSendTo
インタフェース内 TunnelGateway.Receiver