Uses of Interface
io.netty5.handler.codec.http2.Http2StreamVisitor
-
Packages that use Http2StreamVisitor Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2StreamVisitor in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 with parameters of type Http2StreamVisitor Modifier and Type Method Description Http2Stream
DefaultHttp2Connection. forEachActiveStream(Http2StreamVisitor visitor)
Http2Stream
Http2Connection. forEachActiveStream(Http2StreamVisitor visitor)
Provide a means of iterating over the collection of active streams.
-