Class ByteBufferPacketPool


  • public final class ByteBufferPacketPool
    extends PacketPool
    Provides a simple pool of ByteBuffer objects.
    Version:
    $Revision: 1.1 $
    • Constructor Detail

      • ByteBufferPacketPool

        public ByteBufferPacketPool​(int packetCount,
                                    int packetSize)
        Creates a pool of bufferCount ByteBuffers that are directly allocated being bufferSize big.
        Parameters:
        packetCount - the number of buffers that will be in the pool.
        packetSize - the size of the buffers that are in the pool.