Class HandlerCollection

All Implemented Interfaces:
Handler, HandlerContainer, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle
Direct Known Subclasses:
ContextHandlerCollection, HandlerList

@ManagedObject("Handler of multiple handlers") @Deprecated(since="2021-05-27") public class HandlerCollection extends AbstractHandlerContainer
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
A collection of handlers.

The default implementations calls all handlers in list order, regardless of the response status or exceptions. Derived implementation may alter the order or the conditions of calling the contained handlers.

  • Constructor Details

    • HandlerCollection

      public HandlerCollection()
      Deprecated.
    • HandlerCollection

      public HandlerCollection(Handler... handlers)
      Deprecated.
    • HandlerCollection

      public HandlerCollection(boolean mutableWhenRunning, Handler... handlers)
      Deprecated.
  • Method Details