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 classDefaultHttp2LocalFlowController.WindowUpdateVisitorProvides a means to iterate over all active streams and increment the flow control windows.private classDefaultHttp2RemoteFlowController.ListenerWritabilityMonitorWritability of astreamis calculated using the following:Methods in io.netty.handler.codec.http2 with parameters of type Http2StreamVisitor Modifier and Type Method Description Http2StreamDefaultHttp2Connection.ActiveStreams. forEachActiveStream(Http2StreamVisitor visitor)Http2StreamDefaultHttp2Connection. forEachActiveStream(Http2StreamVisitor visitor)Http2StreamHttp2Connection. forEachActiveStream(Http2StreamVisitor visitor)Provide a means of iterating over the collection of active streams.
-