Http2GoAwayParser
public 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
IOException
protected abstract void handleData(ByteBuffer resource, io.undertow.protocols.http2.Http2FrameHeaderParser headerParser) throws IOException
IOException
public boolean isFinished()
protected void finish()
protected void moreData(int data)
public int getFrameLength()
Copyright © 2018. All rights reserved.