Class Handler.Abstract

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
org.eclipse.jetty.server.Handler.Abstract
All Implemented Interfaces:
Handler, Request.Handler, org.eclipse.jetty.util.component.Container, org.eclipse.jetty.util.component.Destroyable, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.Dumpable.DumpableContainer, org.eclipse.jetty.util.component.LifeCycle, org.eclipse.jetty.util.thread.Invocable
Direct Known Subclasses:
AbstractHandler, DefaultHandler, Handler.Abstract.NonBlocking, Handler.AbstractContainer
Enclosing interface:
Handler

@ManagedObject public abstract static class Handler.Abstract extends org.eclipse.jetty.util.component.ContainerLifeCycle implements Handler

An abstract implementation of Handler that is a ContainerLifeCycle.

The Invocable.InvocationType is by default Invocable.InvocationType.BLOCKING unless the NonBlocking variant is used or a specific Invocable.InvocationType is passed to the constructor.

See Also: