forked from I2P_Developers/i2p.i2p
javadoc
This commit is contained in:
@@ -32,6 +32,9 @@ class InboundMessageDistributor implements GarlicMessageReceiver.CloveReceiver {
|
||||
private final Hash _client;
|
||||
private final GarlicMessageReceiver _receiver;
|
||||
|
||||
/**
|
||||
* @param client null for router tunnel
|
||||
*/
|
||||
public InboundMessageDistributor(RouterContext ctx, Hash client) {
|
||||
_context = ctx;
|
||||
_client = client;
|
||||
|
Reference in New Issue
Block a user