| 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.
|
| AbstractHandler.ErrorDispatchHandler |
An extension of AbstractHandler that handles
DispatcherType#ERROR dispatches. |
| 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
A Handler that can apply a
HttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed. |
| 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
Server.setErrorHandler(ErrorHandler). |
| HandlerCollection |
A collection of handlers.
|
| HandlerList |
HandlerList.
|
| HandlerWrapper | |
| 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
Controls access to the wrapped handler using the real remote IP.
|
| 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
Using information present in the
HttpConfiguration, will attempt to redirect to the HttpConfiguration.getSecureScheme() and
HttpConfiguration.getSecurePort() for any request that HttpServletRequest#isSecure() == false. |
| 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
The ThreadLimitHandler applies a limit to the number of Threads
that can be used simultaneously per remote IP address.
|
| Enum | Description |
|---|---|
| ContextHandler.Availability |