Class HandlerList

All Implemented Interfaces:
Handler, HandlerContainer, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle

@Deprecated(since="2021-05-27") public class HandlerList extends HandlerCollection
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
HandlerList. This extension of HandlerCollection will call each contained handler in turn until either an exception is thrown, the response is committed or a positive response status is set.