Interface Http2StreamVisitor

    • Method Detail

      • visit

        boolean visit​(Http2Stream stream)
               throws Http2Exception
        Returns:
        • true if the visitor wants to continue the loop and handle the entry.
        • false if the visitor wants to stop handling headers and abort the loop.
        Throws:
        Http2Exception