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.ByteBufferacquire()voidrelease(java.nio.ByteBuffer buf)
-