Modifier and Type | Class and Description |
---|---|
class |
RewriteHandler
Rewrite handler is responsible for managing the rules.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintSecurityHandler
Handler to enforce SecurityConstraints.
|
class |
SecurityHandler
Abstract SecurityHandler.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Server.Graceful |
Modifier and Type | Class and Description |
---|---|
class |
Server
Jetty HTTP Servlet Server.
|
Modifier and Type | Method and Description |
---|---|
<T extends Handler> |
HandlerContainer.getChildHandlerByClass(Class<T> byclass) |
Modifier and Type | Method and Description |
---|---|
Handler[] |
HandlerContainer.getChildHandlers() |
Handler[] |
HandlerContainer.getChildHandlersByClass(Class<?> byclass) |
Handler[] |
HandlerContainer.getHandlers() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandler
AbstractHandler.
|
class |
AbstractHandlerContainer
Abstract Handler Container.
|
class |
ConnectHandler
Implementation of a tunneling proxy that supports HTTP CONNECT.
|
class |
ContextHandler
ContextHandler.
|
class |
ContextHandlerCollection
ContextHandlerCollection.
|
class |
DebugHandler
Debug Handler.
|
class |
DefaultHandler
Default Handler.
|
class |
ErrorHandler
Handler for Error pages
An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler) or
Server.addBean(Object) . |
class |
GzipHandler
GZIP Handler This handler will gzip the content of a response if:
The filter is mapped to a matching path
The response status code is >=200 and <300
The content length is unknown or more than the
minGzipSize initParameter or the minGzipSize is 0(default)
The content-type is in the comma separated list of mimeTypes set in the mimeTypes initParameter or if no mimeTypes are defined the
content-type is not "application/gzip"
No content-encoding is specified by the resource
|
class |
HandlerCollection
A collection of handlers.
|
class |
HandlerList
HandlerList.
|
class |
HandlerWrapper
A
HandlerWrapper acts as a Handler but delegates the handle method and
life cycle events to a delegate. |
class |
HotSwapHandler
A
HandlerContainer that allows a hot swap of a wrapped handler. |
class |
IPAccessHandler
IP Access Handler
|
class |
MovedContextHandler
Moved ContextHandler.
|
class |
ProxyHandler
Deprecated.
Use
ConnectHandler |
class |
RequestLogHandler
RequestLogHandler.
|
class |
ResourceHandler
Resource Handler.
|
class |
ScopedHandler
ScopedHandler.
|
class |
ShutdownHandler
A handler that shuts the server down on a valid request.
|
class |
StatisticsHandler |
Modifier and Type | Field and Description |
---|---|
protected Handler |
HandlerWrapper._handler |
Modifier and Type | Method and Description |
---|---|
<T extends Handler> |
AbstractHandlerContainer.getChildHandlerByClass(Class<T> byclass) |
<H extends Handler> |
HandlerWrapper.getNestedHandlerByClass(Class<H> byclass) |
Modifier and Type | Method and Description |
---|---|
Handler[] |
AbstractHandlerContainer.getChildHandlers() |
Handler[] |
AbstractHandlerContainer.getChildHandlersByClass(Class<?> byclass) |
Handler |
HandlerWrapper.getHandler() |
Handler |
HotSwapHandler.getHandler() |
Handler[] |
HandlerWrapper.getHandlers() |
Handler[] |
HandlerCollection.getHandlers() |
Handler[] |
HotSwapHandler.getHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
HandlerCollection.addHandler(Handler handler) |
protected Object |
AbstractHandlerContainer.expandHandler(Handler handler,
Object list,
Class<Handler> byClass) |
static <T extends HandlerContainer> |
AbstractHandlerContainer.findContainerOf(HandlerContainer root,
Class<T> type,
Handler handler) |
void |
HandlerCollection.removeHandler(Handler handler) |
void |
HandlerWrapper.setHandler(Handler handler) |
void |
HotSwapHandler.setHandler(Handler handler) |
void |
ContextHandlerCollection.setHandlers(Handler[] handlers) |
void |
HandlerCollection.setHandlers(Handler[] handlers) |
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractHandlerContainer.expandHandler(Handler handler,
Object list,
Class<Handler> byClass) |
Constructor and Description |
---|
ConnectHandler(Handler handler) |
ConnectHandler(Handler handler,
String[] white,
String[] black) |
ProxyHandler(Handler handler)
Deprecated.
|
ProxyHandler(Handler handler,
String[] white,
String[] black)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Handler[] |
ServerMBean.getContexts() |
Modifier and Type | Class and Description |
---|---|
class |
SessionHandler
SessionHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorPageErrorHandler
Error Page Error Handler
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using
the internal ERROR style of dispatch.
|
class |
ServletContextHandler
Servlet Context.
|
class |
ServletHandler
Servlet HttpHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketHandler |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.