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