Class AbstractHandler

All Implemented Interfaces:
Handler, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle
Direct Known Subclasses:
AbstractHandler.ErrorDispatchHandler, AbstractHandlerContainer, DefaultHandler, ErrorHandler, SecuredRedirectHandler

@ManagedObject("Jetty Handler") @Deprecated(since="2021-05-27") public abstract class AbstractHandler extends ContainerLifeCycle implements Handler
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
AbstractHandler.

A convenience implementation of Handler that uses the ContainerLifeCycle to provide:

  • start/stop behavior
  • a bean container
  • basic Dumpable support
  • a Server reference
  • optional error dispatch handling