public class ContinuationBodyParser extends BodyParser
LOG| Constructor | Description |
|---|---|
ContinuationBodyParser(HeaderParser headerParser,
Parser.Listener listener,
HeaderBlockParser headerBlockParser,
HeaderBlockFragments headerBlockFragments) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
emptyBody(java.nio.ByteBuffer buffer) |
|
boolean |
parse(java.nio.ByteBuffer buffer) |
Parses the body bytes in the given
buffer; only the body
bytes are consumed, therefore when this method returns, the buffer
may contain unconsumed bytes. |
connectionFailure, getBodyLength, getStreamId, hasFlag, isEndStream, isPadding, notifyData, notifyGoAway, notifyHeaders, notifyPing, notifyPriority, notifyPushPromise, notifyReset, notifySettings, notifyWindowUpdatepublic ContinuationBodyParser(HeaderParser headerParser, Parser.Listener listener, HeaderBlockParser headerBlockParser, HeaderBlockFragments headerBlockFragments)
protected void emptyBody(java.nio.ByteBuffer buffer)
emptyBody in class BodyParserpublic boolean parse(java.nio.ByteBuffer buffer)
BodyParserParses the body bytes in the given buffer; only the body
bytes are consumed, therefore when this method returns, the buffer
may contain unconsumed bytes.
parse in class BodyParserbuffer - the buffer to parseCopyright © 1995–2018 Webtide. All rights reserved.