public class GoAwayBodyParser extends BodyParser
LOG| Constructor and Description |
|---|
GoAwayBodyParser(HeaderParser headerParser,
Parser.Listener listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
parse(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, emptyBody, getBodyLength, getStreamId, hasFlag, isEndStream, isPadding, notifyData, notifyGoAway, notifyHeaders, notifyPing, notifyPriority, notifyPushPromise, notifyReset, notifySettings, notifyWindowUpdatepublic GoAwayBodyParser(HeaderParser headerParser, Parser.Listener listener)
public boolean parse(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-2015 Webtide. All Rights Reserved.