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