Uses of Interface
org.eclipse.jetty.ee9.nested.HttpChannel.Listener
Packages that use HttpChannel.Listener
-
Uses of HttpChannel.Listener in org.eclipse.jetty.ee9.nested
Classes in org.eclipse.jetty.ee9.nested that implement HttpChannel.ListenerModifier and TypeClassDescriptionstatic classDeprecated.classAHttpChannel.Listenerthat holds a collection of otherHttpChannel.Listenerinstances that are efficiently invoked without iteration.Fields in org.eclipse.jetty.ee9.nested declared as HttpChannel.ListenerMethods in org.eclipse.jetty.ee9.nested that return types with arguments of type HttpChannel.ListenerMethods in org.eclipse.jetty.ee9.nested with parameters of type HttpChannel.ListenerModifier and TypeMethodDescriptionbooleanHttpChannel.addListener(HttpChannel.Listener listener) Deprecated.booleanHttpChannel.removeListener(HttpChannel.Listener listener) Deprecated.Constructor parameters in org.eclipse.jetty.ee9.nested with type arguments of type HttpChannel.Listener