Package io.undertow.protocols.http2
Class Http2GoAwayParser
java.lang.Object
io.undertow.protocols.http2.Http2PushBackParser
io.undertow.protocols.http2.Http2GoAwayParser
Parser for HTTP2 GO_AWAY frames
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
protected void
handleData
(ByteBuffer resource, io.undertow.protocols.http2.Http2FrameHeaderParser headerParser) Methods inherited from class io.undertow.protocols.http2.Http2PushBackParser
finish, getFrameLength, isFinished, moreData, parse
-
Constructor Details
-
Http2GoAwayParser
public Http2GoAwayParser(int frameLength)
-
-
Method Details
-
handleData
protected void handleData(ByteBuffer resource, io.undertow.protocols.http2.Http2FrameHeaderParser headerParser) - Specified by:
handleData
in classHttp2PushBackParser
-
getStatusCode
public int getStatusCode() -
getLastGoodStreamId
public int getLastGoodStreamId()
-