Class HttpMessageDecoderResult

    • Method Detail

      • initialLineLength

        public int initialLineLength()
        The decoded initial line length (in bytes), as controlled by maxInitialLineLength.
      • headerSize

        public int headerSize()
        The decoded header size (in bytes), as controlled by maxHeaderSize.
      • totalSize

        public int totalSize()
        The decoded initial line length plus the decoded header size (in bytes).