Uses of Class
net.i2p.router.ClientMessage
Packages that use 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
Methods in net.i2p.router with parameters of type ClientMessageModifier and TypeMethodDescriptionvoidClientMessagePool.add(ClientMessage msg) Add a new message to the pool.voidClientMessagePool.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 voidClientManagerFacade.messageReceived(ClientMessage msg)  - 
Uses of ClientMessage in net.i2p.router.client
Methods in net.i2p.router.client with parameters of type ClientMessageModifier and TypeMethodDescriptionvoidClientManager.messageReceived(ClientMessage msg) voidClientManagerFacadeImpl.messageReceived(ClientMessage msg)  - 
Uses of ClientMessage in net.i2p.router.dummy
Methods in net.i2p.router.dummy with parameters of type ClientMessageModifier and TypeMethodDescriptionvoidDummyClientManagerFacade.messageReceived(ClientMessage msg)  - 
Uses of ClientMessage in net.i2p.router.message
Constructors in net.i2p.router.message with parameters of type ClientMessageModifierConstructorDescriptionOutboundClientMessageOneShotJob(RouterContext ctx, OutboundCache cache, ClientMessage msg) Send it.