Uses of Interface
io.netty.handler.codec.http2.Http2FrameStreamVisitor
Packages that use Http2FrameStreamVisitor
-
Uses of Http2FrameStreamVisitor in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2FrameStreamVisitorModifier and TypeClassDescriptionprivate static final classHttp2FrameStreamVisitorthat fires the user event for every active stream pipeline.Fields in io.netty.handler.codec.http2 declared as Http2FrameStreamVisitorModifier and TypeFieldDescription(package private) static final Http2FrameStreamVisitorAbstractHttp2StreamChannel.CHANNEL_INPUT_SHUTDOWN_READ_COMPLETE_VISITOR(package private) static final Http2FrameStreamVisitorAbstractHttp2StreamChannel.CHANNEL_OUTPUT_SHUTDOWN_EVENT_VISITOR(package private) static final Http2FrameStreamVisitorAbstractHttp2StreamChannel.SSL_CLOSE_COMPLETION_EVENT_VISITOR(package private) static final Http2FrameStreamVisitorAbstractHttp2StreamChannel.WRITABLE_VISITORMethods in io.netty.handler.codec.http2 with parameters of type Http2FrameStreamVisitorModifier and TypeMethodDescriptionprotected final voidHttp2ChannelDuplexHandler.forEachActiveStream(Http2FrameStreamVisitor streamVisitor) Allows to iterate over all currently active streams.(package private) final voidHttp2FrameCodec.forEachActiveStream(Http2FrameStreamVisitor streamVisitor) Iterates over all active HTTP/2 streams.