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
|
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
|
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–2018 Webtide. All rights reserved.