Uses of Interface
org.eclipse.jetty.server.HttpChannel.Listener
Packages that use HttpChannel.Listener
-
Uses of HttpChannel.Listener in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server 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.server declared as HttpChannel.ListenerModifier and TypeFieldDescriptionstatic HttpChannel.ListenerHttpChannelListeners.NOOPstatic HttpChannel.ListenerHttpChannel.NOOP_LISTENERMethods in org.eclipse.jetty.server that return HttpChannel.ListenerModifier and TypeMethodDescriptionAbstractConnector.getHttpChannelListeners()Get theHttpChannel.Listeners added to the connector as a single combined Listener.Methods in org.eclipse.jetty.server that return types with arguments of type HttpChannel.ListenerMethods in org.eclipse.jetty.server 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.server with type arguments of type HttpChannel.Listener