Class HttpParserUtils.ContentParsingState

  • Enclosing class:
    HttpParserUtils

    static class HttpParserUtils.ContentParsingState
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isLastChunk

        boolean isLastChunk
      • chunkContentStart

        int chunkContentStart
      • chunkLength

        long chunkLength
      • chunkRemainder

        long chunkRemainder
    • Constructor Detail

      • ContentParsingState

        ContentParsingState()