public class XnioByteBufferPool extends Object implements ByteBufferPool
Constructor and Description |
---|
XnioByteBufferPool(org.xnio.Pool<ByteBuffer> pool) |
Modifier and Type | Method and Description |
---|---|
PooledByteBuffer | allocate() |
void | close() |
ByteBufferPool | getArrayBackedPool() If this byte buffer pool corresponds to an array backed pool then this will return itself. |
int | getBufferSize() |
boolean | isDirect() |
public XnioByteBufferPool(org.xnio.Pool<ByteBuffer> pool)
public PooledByteBuffer allocate()
allocate
in interface ByteBufferPool
public ByteBufferPool getArrayBackedPool()
ByteBufferPool
getArrayBackedPool
in interface ByteBufferPool
public void close()
close
in interface ByteBufferPool
close
in interface Closeable
close
in interface AutoCloseable
public int getBufferSize()
getBufferSize
in interface ByteBufferPool
public boolean isDirect()
isDirect
in interface ByteBufferPool
Copyright © 2020 JBoss by Red Hat. All rights reserved.