Uses of Class
org.xnio.ByteBufferPool
Packages that use ByteBufferPool
-
Uses of ByteBufferPool in org.xnio
Fields in org.xnio declared as ByteBufferPoolModifier and TypeFieldDescriptionstatic final ByteBufferPool
ByteBufferPool.LARGE_DIRECT
The large direct buffer pool.static final ByteBufferPool
ByteBufferPool.LARGE_HEAP
The large heap buffer pool.static final ByteBufferPool
ByteBufferPool.MEDIUM_DIRECT
The medium direct buffer pool.static final ByteBufferPool
ByteBufferPool.MEDIUM_HEAP
The medium heap buffer pool.static final ByteBufferPool
ByteBufferPool.SMALL_DIRECT
The small direct buffer pool.static final ByteBufferPool
ByteBufferPool.SMALL_HEAP
The small heap buffer pool.Methods in org.xnio that return ByteBufferPool