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, notifyWindowUpdate
public ResetBodyParser(HeaderParser headerParser, Parser.Listener listener)
public boolean parse(java.nio.ByteBuffer buffer)
BodyParser
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.
parse
in class BodyParser
buffer
- the buffer to parseCopyright © 1995–2017 Webtide. All rights reserved.