@UnstableApi public interface Http2StreamVisitor
限定符和类型 | 方法和说明 |
---|---|
boolean |
visit(Http2Stream stream) |
boolean visit(Http2Stream stream) throws Http2Exception
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.Http2Exception