Class FixedLengthFrameDecoder

    • Constructor Detail

      • FixedLengthFrameDecoder

        public FixedLengthFrameDecoder​(int frameLength,
                                       boolean allocateFullBuffer)
        Creates a new instance.
        Parameters:
        frameLength - the length of the frame
        allocateFullBuffer - true if the cumulative ChannelBuffer should use the frameLength as its initial size