Class HttpMessageDecoderResult

    • Field Summary

      • Fields inherited from class io.netty.handler.codec.DecoderResult

        SIGNAL_SUCCESS, SIGNAL_UNFINISHED, SUCCESS, UNFINISHED
    • 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).