GarlicMessageReceiver.CloveReceiver
class InboundMessageDistributor extends java.lang.Object implements GarlicMessageReceiver.CloveReceiver
コンストラクタ | 説明 |
---|---|
InboundMessageDistributor(RouterContext ctx,
Hash client) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
distribute(I2NPMessage msg,
Hash target) |
|
void |
distribute(I2NPMessage msg,
Hash target,
TunnelId tunnel) |
|
void |
handleClove(DeliveryInstructions instructions,
I2NPMessage data) |
Handle a clove removed from the garlic message
|
public InboundMessageDistributor(RouterContext ctx, Hash client)
client
- null for router tunnelpublic void distribute(I2NPMessage msg, Hash target)
public void distribute(I2NPMessage msg, Hash target, TunnelId tunnel)
public void handleClove(DeliveryInstructions instructions, I2NPMessage data)
handleClove
インタフェース内 GarlicMessageReceiver.CloveReceiver