Class Handler.Abstract

All Implemented Interfaces:
Handler, Request.Handler, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle, Invocable
Direct Known Subclasses:
AbstractHandler, DefaultHandler, Handler.Abstract.NonBlocking, Handler.AbstractContainer, ProxyHandler, ServletToHandlerDocs.RequestAPIs, ServletToHandlerDocs.RequestContentAPIsByteBuffer, ServletToHandlerDocs.RequestContentAPIsFormFields, ServletToHandlerDocs.RequestContentAPIsInputStream, ServletToHandlerDocs.RequestContentAPIsMultiPart, ServletToHandlerDocs.RequestContentAPIsSource, ServletToHandlerDocs.RequestContentAPIsString, ServletToHandlerDocs.ResponseAPIs, ServletToHandlerDocs.ResponseContentAPIEcho, ServletToHandlerDocs.ResponseContentAPIFlush, ServletToHandlerDocs.ResponseContentAPIsExplicit, ServletToHandlerDocs.ResponseContentAPISimpleContent, ServletToHandlerDocs.ResponseContentAPIsImplicit, ServletToHandlerDocs.ResponseContentAPIsImplicitWithStatus, ServletToHandlerDocs.ResponseContentAPIString, ServletToHandlerDocs.ResponseContentAPITrailers
Enclosing interface:
Handler

@ManagedObject public abstract static class Handler.Abstract extends 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: