public static final class HttpCodecFilter.ContentParsingState extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
chunkContentStart |
long |
chunkLength |
long |
chunkRemainder |
boolean |
isLastChunk |
long |
remainderBytesRead |
MimeHeaders |
trailerHeaders |
| Constructor and Description |
|---|
ContentParsingState() |
public boolean isLastChunk
public int chunkContentStart
public long chunkLength
public long chunkRemainder
public long remainderBytesRead
public final MimeHeaders trailerHeaders
Copyright © 2020 Oracle Corporation. All Rights Reserved.