Uses of Interface
io.netty.handler.codec.http2.Http2Connection.Listener
Packages that use Http2Connection.Listener
-
Uses of Http2Connection.Listener in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2Connection.ListenerModifier and TypeClassDescriptionclassProvides empty implementations of allHttp2Connection.Listenermethods.classThis class bringsHttp2Connection.ListenerandHttp2FrameListenertogether to provide NOOP implementation so inheriting classes can selectively choose which methods to override.private final classclassThis adapter provides just header/data events from the HTTP message flow defined in [RFC 7540], Section 8.1.Fields in io.netty.handler.codec.http2 with type parameters of type Http2Connection.ListenerModifier and TypeFieldDescriptionprivate final List<Http2Connection.Listener> DefaultHttp2Connection.ActiveStreams.listeners(package private) final List<Http2Connection.Listener> DefaultHttp2Connection.listenersMethods in io.netty.handler.codec.http2 with parameters of type Http2Connection.ListenerModifier and TypeMethodDescriptionvoidDefaultHttp2Connection.addListener(Http2Connection.Listener listener) voidHttp2Connection.addListener(Http2Connection.Listener listener) Adds a listener of stream life-cycle events.voidDefaultHttp2Connection.removeListener(Http2Connection.Listener listener) voidHttp2Connection.removeListener(Http2Connection.Listener listener) Removes a listener of stream life-cycle events.Constructor parameters in io.netty.handler.codec.http2 with type arguments of type Http2Connection.ListenerModifierConstructorDescription(package private)ActiveStreams(List<Http2Connection.Listener> listeners)