Class InNetMessagePool

java.lang.Object
net.i2p.router.InNetMessagePool
All Implemented Interfaces:
Service

public class InNetMessagePool
extends Object
implements Service
Manage a pool of inbound InNetMessages. This pool is filled by the Network communication system when it receives messages, and various jobs periodically retrieve them for processing. Actually, this doesn't 'pool' anything, since DISPATCH_DIRECT = true.