Http2GoAwayParserpublic abstract class Http2PushBackParser extends Object
| Constructor | Description |
|---|---|
Http2PushBackParser(int frameLength) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
finish() |
|
int |
getFrameLength() |
|
protected abstract void |
handleData(ByteBuffer resource,
io.undertow.protocols.http2.Http2FrameHeaderParser headerParser) |
|
boolean |
isFinished() |
|
protected void |
moreData(int data) |
|
void |
parse(ByteBuffer data,
io.undertow.protocols.http2.Http2FrameHeaderParser headerParser) |
public void parse(ByteBuffer data, io.undertow.protocols.http2.Http2FrameHeaderParser headerParser) throws IOException
IOExceptionprotected abstract void handleData(ByteBuffer resource, io.undertow.protocols.http2.Http2FrameHeaderParser headerParser) throws IOException
IOExceptionpublic boolean isFinished()
protected void finish()
protected void moreData(int data)
public int getFrameLength()
Copyright © 2018. All rights reserved.