Module 
Package org.xnio

Class ByteBufferPool.Set

  • Enclosing class:
    ByteBufferPool

    public static final class ByteBufferPool.Set
    extends java.lang.Object
    A set of buffer pools for each size, which can either be DIRECT or HEAP.
    • Method Detail

      • getSmall

        public ByteBufferPool getSmall()
        Get the small buffer pool for this set.
        Returns:
        the small buffer pool for this set
      • getNormal

        public ByteBufferPool getNormal()
        Get the medium buffer pool for this set.
        Returns:
        the medium buffer pool for this set
      • getLarge

        public ByteBufferPool getLarge()
        Get the large buffer pool for this set.
        Returns:
        the large buffer pool for this set