public interface ByteBufferPool extends Closeable
| Modifier and Type | Method and Description |
|---|---|
PooledByteBuffer | allocate() |
void | close() |
int | getBufferSize() |
PooledByteBuffer allocate()
void close()
close in interface AutoCloseableclose in interface Closeableint getBufferSize()
Copyright © 2015 JBoss by Red Hat. All rights reserved.