Package net.i2p.router.tunnel
Class OutboundMessageDistributor
- java.lang.Object
-
- net.i2p.router.tunnel.OutboundMessageDistributor
-
class OutboundMessageDistributor extends Object
When a message arrives at the outbound tunnel endpoint, this distributor honors the instructions.
-
-
Constructor Summary
Constructors Constructor Description OutboundMessageDistributor(RouterContext ctx, int priority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
distribute(I2NPMessage msg, Hash target)
void
distribute(I2NPMessage msg, Hash target, TunnelId tunnel)
-
-
-
Constructor Detail
-
OutboundMessageDistributor
public OutboundMessageDistributor(RouterContext ctx, int priority)
- Parameters:
priority
- OutNetMessage.PRIORITY_PARTICIPATING for somebody else's OBEP, or OutNetMessage.PRIORITY_MY_DATA for our own zero-hop OBGW/EP
-
-
Method Detail
-
distribute
public void distribute(I2NPMessage msg, Hash target)
-
distribute
public void distribute(I2NPMessage msg, Hash target, TunnelId tunnel)
-
-