Class Handler.Wrapper

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
All Implemented Interfaces:
Handler, Handler.Container, Handler.Singleton, 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:
ConditionalHandler, ConnectHandler, ContextHandler, CrossOriginHandler, DebugHandler, DelayedHandler, EventsHandler, GracefulHandler, GzipHandler, IdleTimeoutHandler, ResourceHandler, SecuredRedirectHandler, Server, ShutdownHandler, SizeLimitHandler, StateTrackingHandler, TryPathsHandler
Enclosing interface:
Handler

public static class Handler.Wrapper extends Handler.AbstractContainer implements Handler.Singleton

An implementation of Handler.Singleton, which is a Handler.Container that wraps one single other Handler.

A Handler.Wrapper may be dynamic, that is allow Handlers to be set after it has been started.

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