Sea 0.3.0

Uses of Class
gov.lbl.dsd.sea.nio.util.BufferPool

Packages that use BufferPool
gov.lbl.dsd.sea.nio Efficient and scalable non-blocking asynchronous network agent connectors for the Staged Event Architecture Framework. 
 

Uses of BufferPool in gov.lbl.dsd.sea.nio
 

Methods in gov.lbl.dsd.sea.nio that return BufferPool
 BufferPool NetAgent.getReadBufferPool()
          Returns the buffer pool to be used on reading from the network.
 

Methods in gov.lbl.dsd.sea.nio with parameters of type BufferPool
 void NetAgent.setReadBufferPool(BufferPool readBufferPool)
          Sets the buffer pool to be used on reading from the network.
 


Sea 0.3.0