Package org.glassfish.grizzly.http
Class HttpCodecFilter.ContentParsingState
- java.lang.Object
-
- org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
-
- Enclosing class:
- HttpCodecFilter
public static final class HttpCodecFilter.ContentParsingState extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intchunkContentStartlongchunkLengthlongchunkRemainderbooleanisLastChunklongremainderBytesReadMimeHeaderstrailerHeaders
-
Constructor Summary
Constructors Constructor Description ContentParsingState()
-
-
-
Field Detail
-
isLastChunk
public boolean isLastChunk
-
chunkContentStart
public int chunkContentStart
-
chunkLength
public long chunkLength
-
chunkRemainder
public long chunkRemainder
-
remainderBytesRead
public long remainderBytesRead
-
trailerHeaders
public final MimeHeaders trailerHeaders
-
-