Class Http2PushBackParser

  • Direct Known Subclasses:
    Http2GoAwayParser

    public abstract class Http2PushBackParser
    extends Object
    Parser that supports push back when not all data can be read.
    Author:
    Stuart Douglas
    • Constructor Detail

      • Http2PushBackParser

        public Http2PushBackParser​(int frameLength)
    • Method Detail

      • handleData

        protected abstract void handleData​(ByteBuffer resource,
                                           io.undertow.protocols.http2.Http2FrameHeaderParser headerParser)
                                    throws IOException
        Throws:
        IOException
      • isFinished

        public boolean isFinished()
      • finish

        protected void finish()
      • moreData

        protected void moreData​(int data)
      • getFrameLength

        public int getFrameLength()