public class PingBodyParser extends BodyParser
| 构造器和说明 |
|---|
PingBodyParser(HeaderParser headerParser,
Parser.Listener listener) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 PingBodyParser(HeaderParser headerParser, Parser.Listener listener)
public boolean parse(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 在类中 BodyParserbuffer - the buffer to parseCopyright © 2016. All rights reserved.