Package net.i2p.router
Class OutNetMessagePool
java.lang.Object
net.i2p.router.OutNetMessagePool
Maintain a pool of OutNetMessages destined for other routers, organized by
priority, expiring messages as necessary. This pool is populated by anything
that wants to send a message, and the communication subsystem periodically
retrieves messages for delivery.
Actually, this doesn't 'pool' anything, it calls the comm system directly.
Nor does it organize by priority. But perhaps it could someday.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
OutNetMessagePool
-
-
Method Details
-
add
Add a new message to the pool
-