Uses of Interface
io.netty.handler.codec.http2.Http2StreamVisitor
-
Packages that use Http2StreamVisitor Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2StreamVisitor in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2StreamVisitor Modifier and Type Class Description private class
DefaultHttp2LocalFlowController.WindowUpdateVisitor
Provides a means to iterate over all active streams and increment the flow control windows.private class
DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
Writability of astream
is calculated using the following:Methods in io.netty.handler.codec.http2 with parameters of type Http2StreamVisitor Modifier and Type Method Description Http2Stream
DefaultHttp2Connection.ActiveStreams. forEachActiveStream(Http2StreamVisitor visitor)
Http2Stream
DefaultHttp2Connection. forEachActiveStream(Http2StreamVisitor visitor)
Http2Stream
Http2Connection. forEachActiveStream(Http2StreamVisitor visitor)
Provide a means of iterating over the collection of active streams.
-