Class Http2GoAwayParser


  • public class Http2GoAwayParser
    extends Http2PushBackParser
    Parser for HTTP2 GO_AWAY frames
    Author:
    Stuart Douglas
    • Constructor Detail

      • Http2GoAwayParser

        public Http2GoAwayParser​(int frameLength)
    • Method Detail

      • handleData

        protected void handleData​(java.nio.ByteBuffer resource,
                                  io.undertow.protocols.http2.Http2FrameHeaderParser headerParser)
        Specified by:
        handleData in class Http2PushBackParser
      • getStatusCode

        public int getStatusCode()
      • getLastGoodStreamId

        public int getLastGoodStreamId()