Class Handler.AbstractContainer

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
org.eclipse.jetty.server.Handler.Abstract
org.eclipse.jetty.server.Handler.AbstractContainer
All Implemented Interfaces:
Handler, Handler.Container, 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:
AbstractHandlerContainer, Handler.Sequence, Handler.Wrapper, HotSwapHandler, PathMappingsHandler
Enclosing interface:
Handler

@ManagedObject public abstract static class Handler.AbstractContainer extends Handler.Abstract implements Handler.Container

A Handler.Abstract that implements Handler.Container.

An Handler.AbstractContainer may be dynamic, that is allow Handlers to be added after it has been started.

If this Handler.AbstractContainer is dynamic, then its invocation type is by default Invocable.InvocationType.BLOCKING.

See Also: