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 boolean |
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 boolean moreData(int data)
public int getFrameLength()
Copyright © 2026 JBoss by Red Hat. All rights reserved.