Class Http2GoAwayParser

java.lang.Object
io.undertow.protocols.http2.Http2PushBackParser
io.undertow.protocols.http2.Http2GoAwayParser

public class Http2GoAwayParser extends Http2PushBackParser
Parser for HTTP2 GO_AWAY frames
Author:
Stuart Douglas
  • 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 class Http2PushBackParser
    • getStatusCode

      public int getStatusCode()
    • getLastGoodStreamId

      public int getLastGoodStreamId()