public class ResponseContentParser extends StreamContentParser
ContentParser.Result| Constructor and Description |
|---|
ResponseContentParser(HeaderParser headerParser,
ClientParser.Listener listener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
end(int request) |
void |
noContent() |
protected boolean |
onContent(ByteBuffer buffer) |
parsegetContentLength, getRequestpublic ResponseContentParser(HeaderParser headerParser, ClientParser.Listener listener)
public void noContent()
noContent in class StreamContentParserprotected boolean onContent(ByteBuffer buffer)
onContent in class StreamContentParserprotected void end(int request)
end in class StreamContentParserCopyright © 1995-2015 Webtide. All Rights Reserved.