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