Uses of Interface
io.netty.handler.codec.http2.Http2FrameStreamVisitor
-
Packages that use Http2FrameStreamVisitor Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2FrameStreamVisitor in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2FrameStreamVisitor Modifier and Type Class Description private static class
AbstractHttp2StreamChannel.UserEventStreamVisitor
Http2FrameStreamVisitor
that fires the user event for every active stream pipeline.Fields in io.netty.handler.codec.http2 declared as Http2FrameStreamVisitor Modifier and Type Field Description (package private) static Http2FrameStreamVisitor
AbstractHttp2StreamChannel. CHANNEL_INPUT_SHUTDOWN_READ_COMPLETE_VISITOR
(package private) static Http2FrameStreamVisitor
AbstractHttp2StreamChannel. CHANNEL_OUTPUT_SHUTDOWN_EVENT_VISITOR
(package private) static Http2FrameStreamVisitor
AbstractHttp2StreamChannel. SSL_CLOSE_COMPLETION_EVENT_VISITOR
(package private) static Http2FrameStreamVisitor
AbstractHttp2StreamChannel. WRITABLE_VISITOR
Methods in io.netty.handler.codec.http2 with parameters of type Http2FrameStreamVisitor Modifier and Type Method Description protected void
Http2ChannelDuplexHandler. forEachActiveStream(Http2FrameStreamVisitor streamVisitor)
Allows to iterate over all currently active streams.(package private) void
Http2FrameCodec. forEachActiveStream(Http2FrameStreamVisitor streamVisitor)
Iterates over all active HTTP/2 streams.
-