class OutboundMessageDistributor extends Object
| Constructor and Description |
|---|
OutboundMessageDistributor(RouterContext ctx,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
distribute(I2NPMessage msg,
net.i2p.data.Hash target) |
void |
distribute(I2NPMessage msg,
net.i2p.data.Hash target,
net.i2p.data.TunnelId tunnel) |
public OutboundMessageDistributor(RouterContext ctx, int priority)
priority - OutNetMessage.PRIORITY_PARTICIPATING for somebody else's OBEP, or
OutNetMessage.PRIORITY_MY_DATA for our own zero-hop OBGW/EPpublic void distribute(I2NPMessage msg, net.i2p.data.Hash target)
public void distribute(I2NPMessage msg, net.i2p.data.Hash target, net.i2p.data.TunnelId tunnel)