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