Class HandlerList

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

public class HandlerList extends HandlerCollection
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.