Class HandlerWrapper

All Implemented Interfaces:
Handler, HandlerContainer, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle
Direct Known Subclasses:
AsyncDelayHandler, BufferedResponseHandler, DebugHandler, GzipHandler, IdleTimeoutHandler, InetAccessHandler, IPAccessHandler, RequestLogHandler, ResourceHandler, ScopedHandler, SecurityHandler, Server, ShutdownHandler, SizeLimitHandler, StatisticsHandler, ThreadLimitHandler

@ManagedObject("Handler wrapping another Handler") @Deprecated(since="2021-05-27") public class HandlerWrapper extends AbstractHandlerContainer
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
A HandlerWrapper acts as a Handler but delegates the handle method and life cycle events to a delegate. This is primarily used to implement the Decorator pattern.