Uses of Class
org.xnio.ByteBufferPool
-
Packages that use ByteBufferPool Package Description org.xnio The main API package for XNIO. -
-
Uses of ByteBufferPool in org.xnio
Fields in org.xnio declared as ByteBufferPool Modifier and Type Field Description static ByteBufferPoolByteBufferPool. LARGE_DIRECTThe large direct buffer pool.static ByteBufferPoolByteBufferPool. LARGE_HEAPThe large heap buffer pool.static ByteBufferPoolByteBufferPool. MEDIUM_DIRECTThe medium direct buffer pool.static ByteBufferPoolByteBufferPool. MEDIUM_HEAPThe medium heap buffer pool.static ByteBufferPoolByteBufferPool. SMALL_DIRECTThe small direct buffer pool.static ByteBufferPoolByteBufferPool. SMALL_HEAPThe small heap buffer pool.Methods in org.xnio that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolByteBufferPool.Set. getLarge()Get the large buffer pool for this set.ByteBufferPoolByteBufferPool.Set. getNormal()Get the medium buffer pool for this set.ByteBufferPoolByteBufferPool.Set. getSmall()Get the small buffer pool for this set.
-