Class HttpParserUtils.HeaderParsingState

  • Enclosing class:
    HttpParserUtils

    static class HttpParserUtils.HeaderParsingState
    extends java.lang.Object
    • Field Detail

      • maxHeaderSize

        final int maxHeaderSize
      • packetLimit

        int packetLimit
      • state

        int state
      • subState

        int subState
      • start

        int start
      • offset

        int offset
      • checkpoint

        int checkpoint
      • checkpoint2

        int checkpoint2
      • headerName

        java.lang.String headerName
      • parsingNumericValue

        long parsingNumericValue
      • contentLengthHeadersCount

        int contentLengthHeadersCount
      • contentLengthsDiffer

        boolean contentLengthsDiffer
    • Constructor Detail

      • HeaderParsingState

        HeaderParsingState​(int maxHeaderSize)
    • Method Detail

      • recycle

        void recycle()