Package | Description |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.client |
Implements the router side of the I2CP interface,
which is the API for applications to send and receive data through the router.
|
net.i2p.router.dummy |
Dummy versions of things for testing.
|
net.i2p.router.message |
Creates and parses garlic messages.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientMessagePool.add(ClientMessage msg)
Add a new message to the pool.
|
void |
ClientMessagePool.add(ClientMessage msg,
boolean isDefinitelyRemote)
If we're coming from the client subsystem itself, we already know whether
the target is definitely remote and as such don't need to recheck
ourselves, but if we aren't certain, we want it to check for us.
|
abstract void |
ClientManagerFacade.messageReceived(ClientMessage msg) |
Modifier and Type | Method and Description |
---|---|
void |
ClientManager.messageReceived(ClientMessage msg) |
void |
ClientManagerFacadeImpl.messageReceived(ClientMessage msg) |
Modifier and Type | Method and Description |
---|---|
void |
DummyClientManagerFacade.messageReceived(ClientMessage msg) |
Constructor and Description |
---|
OutboundClientMessageOneShotJob(RouterContext ctx,
OutboundCache cache,
ClientMessage msg)
Send the sucker
|