| Interface | Description |
|---|---|
| ContextHandler.AliasCheck |
Interface to check aliases
|
| ContextHandler.ContextScopeListener |
Listener for all threads entering context scope, including async IO callbacks
|
| ErrorHandler.ErrorPageMapper |
| Class | Description |
|---|---|
| AbstractHandler |
AbstractHandler.
|
| AbstractHandlerContainer |
Abstract Handler Container.
|
| AllowSymLinkAliasChecker |
Symbolic Link AliasChecker.
|
| AsyncDelayHandler |
A handler wrapper that provides the framework to asynchronously
delay the handling of a request.
|
| BufferedResponseHandler |
Buffered Response Handler
|
| ContextHandler |
ContextHandler.
|
| ContextHandler.ApproveAliases |
Approve all aliases.
|
| ContextHandler.ApproveNonExistentDirectoryAliases |
Approve Aliases of a non existent directory.
|
| ContextHandler.StaticContext | |
| ContextHandlerCollection |
ContextHandlerCollection.
|
| DebugHandler | Deprecated
Use
DebugListener |
| DefaultHandler |
Default Handler.
|
| ErrorHandler |
Handler for Error pages
An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler) or
ContainerLifeCycle.addBean(Object). |
| HandlerCollection |
A collection of handlers.
|
| HandlerList |
HandlerList.
|
| HandlerWrapper |
A
HandlerWrapper acts as a Handler but delegates the handle method and
life cycle events to a delegate. |
| HotSwapHandler |
A
HandlerContainer that allows a hot swap of a wrapped handler. |
| IdleTimeoutHandler |
Handler to adjust the idle timeout of requests while dispatched.
|
| InetAccessHandler |
InetAddress Access Handler
|
| IPAccessHandler | Deprecated |
| ManagedAttributeListener |
Enable Jetty style JMX MBeans from within a Context
|
| MovedContextHandler |
Moved ContextHandler.
|
| RequestLogHandler |
RequestLogHandler.
|
| ResourceHandler |
Resource Handler.
|
| ScopedHandler |
ScopedHandler.
|
| SecuredRedirectHandler |
Secured Redirect Handler
|
| ShutdownHandler |
A handler that shuts the server down on a valid request.
|
| StatisticsHandler | |
| ThreadLimitHandler |
Handler to limit the threads per IP address for DOS protection
|
| Enum | Description |
|---|---|
| ContextHandler.Availability |
Copyright © 1995–2017 Webtide. All rights reserved.