public interface IoBufferPool
Modifier and Type | Interface and Description |
---|---|
static class |
IoBufferPool.Default |
static interface |
IoBufferPool.Factory |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getReadBuffer(int readBufferSizeInBytes) |
java.nio.ByteBuffer |
getWebsocketWriteBuffer(int minSize) |
void |
returnReadBufferOnClose(java.nio.ByteBuffer bb) |
Copyright © 2019. All Rights Reserved.