public abstract class Http2PushBackParser extends Object
Constructor and Description |
---|
Http2PushBackParser(int frameLength) |
Modifier and Type | Method and Description |
---|---|
protected void |
finish() |
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)
Copyright © 2016 JBoss by Red Hat. All rights reserved.