Uses of Class
net.i2p.router.ClientMessage
Package
Description
The I2P router application handles the I2P network communication.
Implements the router side of the I2CP interface,
which is the API for applications to send and receive data through the router.
Dummy versions of things for testing.
Creates and parses garlic messages.
-
Uses of ClientMessage in net.i2p.router
Modifier and TypeMethodDescriptionvoid
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) -
Uses of ClientMessage in net.i2p.router.client
Modifier and TypeMethodDescriptionvoid
ClientManager.messageReceived
(ClientMessage msg) void
ClientManagerFacadeImpl.messageReceived
(ClientMessage msg) -
Uses of ClientMessage in net.i2p.router.dummy
Modifier and TypeMethodDescriptionvoid
DummyClientManagerFacade.messageReceived
(ClientMessage msg) -
Uses of ClientMessage in net.i2p.router.message
ModifierConstructorDescriptionOutboundClientMessageOneShotJob
(RouterContext ctx, OutboundCache cache, ClientMessage msg) Send it.