Package akka.io
Interface BufferPool
-
- All Known Implementing Classes:
DirectByteBufferPool
public interface BufferPool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteBuffer
acquire()
void
release(java.nio.ByteBuffer buf)
-