Package io.netty.handler.codec.http2
Interface Http2StreamVisitor
- All Known Implementing Classes:
DefaultHttp2LocalFlowController.WindowUpdateVisitor
,DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
A visitor that allows iteration over a collection of streams.
-
Method Summary
-
Method Details
-
visit
- 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
-