Class HttpChannelListeners

java.lang.Object
org.eclipse.jetty.server.HttpChannelListeners
All Implemented Interfaces:
EventListener, HttpChannel.Listener

@Deprecated(since="2021-05-27") public class HttpChannelListeners extends Object implements HttpChannel.Listener
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
A HttpChannel.Listener that holds a collection of other HttpChannel.Listener instances that are efficiently invoked without iteration.
See Also: