@UnstableApi public interface Http2FrameStreamVisitor
Http2FrameStreams.| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
visit(Http2FrameStream stream)
This method is called once for each stream of the collection.
|
boolean visit(Http2FrameStream stream)
If an Exception is thrown, the loop is stopped.
true if the visitor wants to continue the loop and handle the stream.false if the visitor wants to stop handling the stream and abort the loop.