public class Http2GoAwayParser extends Http2PushBackParser
Constructor | Description |
---|---|
Http2GoAwayParser(int frameLength) |
Modifier and Type | Method | Description |
---|---|---|
int |
getLastGoodStreamId() |
|
int |
getStatusCode() |
|
protected void |
handleData(ByteBuffer resource,
io.undertow.protocols.http2.Http2FrameHeaderParser headerParser) |
finish, getFrameLength, isFinished, moreData, parse
protected void handleData(ByteBuffer resource, io.undertow.protocols.http2.Http2FrameHeaderParser headerParser)
handleData
in class Http2PushBackParser
public int getStatusCode()
public int getLastGoodStreamId()
Copyright © 2018. All rights reserved.