Class OutNetMessagePool

java.lang.Object
net.i2p.router.OutNetMessagePool

public class OutNetMessagePool
extends Object
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.