Class HandlerList

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.
  • Constructor Details

    • HandlerList

      public HandlerList()
    • HandlerList

      public HandlerList(Handler... handlers)
  • Method Details