Class SocketSendBufferPool.Preallocation

  • Enclosing class:
    SocketSendBufferPool

    private static final class SocketSendBufferPool.Preallocation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.nio.ByteBuffer buffer  
      (package private) int refCnt  
    • Constructor Summary

      Constructors 
      Constructor Description
      Preallocation​(int capacity)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • buffer

        final java.nio.ByteBuffer buffer
      • refCnt

        int refCnt
    • Constructor Detail

      • Preallocation

        Preallocation​(int capacity)