Interface Http2StreamVisitor
public interface Http2StreamVisitor
A visitor that allows iteration over a collection of streams.
-
Method Summary
-
Method Details
-
visit
- Returns:
trueif the visitor wants to continue the loop and handle the entry.falseif the visitor wants to stop handling headers and abort the loop.
- Throws:
Http2Exception
-