Sea 0.4.0

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

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

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

Methods in gov.lbl.dsd.sea.nio that return ByteBufferPool
 ByteBufferPool 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 ByteBufferPool
 void NetAgent.setReadBufferPool(ByteBufferPool readBufferPool)
          Sets the buffer pool to be used on reading from the network.
 


Sea 0.4.0