パッケージ | 説明 |
---|---|
net.i2p.router.message |
Creates and parses garlic messages.
|
net.i2p.router.tunnel |
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
HandleGarlicMessageJob |
Unencrypt a garlic message and handle each of the cloves - locally destined
messages are tossed into the inbound network message pool so they're handled
as if they arrived locally.
|
コンストラクタ | 説明 |
---|---|
GarlicMessageReceiver(RouterContext context,
GarlicMessageReceiver.CloveReceiver receiver) |
|
GarlicMessageReceiver(RouterContext context,
GarlicMessageReceiver.CloveReceiver receiver,
Hash clientDestination) |
修飾子とタイプ | クラス | 説明 |
---|---|---|
(package private) class |
InboundMessageDistributor |
When a message arrives at the inbound tunnel endpoint, this distributor
honors the instructions (safely)
|