Uses of Class
net.i2p.router.message.OutboundCache
-
Packages that use OutboundCache Package Description net.i2p.router The I2P router application handles the I2P network communication.net.i2p.router.message Creates and parses garlic messages. -
-
Uses of OutboundCache in net.i2p.router
Methods in net.i2p.router that return OutboundCache Modifier and Type Method Description OutboundCache
ClientMessagePool. getCache()
-
Uses of OutboundCache in net.i2p.router.message
Constructors in net.i2p.router.message with parameters of type OutboundCache Constructor Description OutboundClientMessageOneShotJob(RouterContext ctx, OutboundCache cache, ClientMessage msg)
Send it.
-