Class AbstractHandlerContainer

All Implemented Interfaces:
Handler, HandlerContainer, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle
Direct Known Subclasses:
HandlerCollection, HandlerWrapper, HotSwapHandler

public abstract class AbstractHandlerContainer extends AbstractHandler implements HandlerContainer
Abstract Handler Container. This is the base class for handlers that may contain other handlers.
  • Constructor Details

    • AbstractHandlerContainer

      public AbstractHandlerContainer()
  • Method Details