Package akka.io
Interface BufferPool
-
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)
-