Package | Description |
---|---|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
org.eclipse.jetty.server.jmx |
Jetty Server : Server JMX Integration
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintSecurityHandler
ConstraintSecurityHandler
|
class |
SecurityHandler
Abstract SecurityHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
Server
Jetty HTTP Servlet Server.
|
Modifier and Type | Method and Description |
---|---|
<T extends Handler> |
HandlerContainer.getChildHandlerByClass(java.lang.Class<T> byclass) |
Modifier and Type | Method and Description |
---|---|
Handler[] |
HandlerContainer.getChildHandlers() |
Handler[] |
HandlerContainer.getChildHandlersByClass(java.lang.Class<?> byclass) |
Handler[] |
HandlerContainer.getHandlers() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandler
AbstractHandler.
|
static class |
AbstractHandler.ErrorDispatchHandler
Deprecated.
This class is no longer required as ERROR dispatch is only done if there is an error page target.
|
class |
AbstractHandlerContainer
Abstract Handler Container.
|
class |
AsyncDelayHandler
A handler wrapper that provides the framework to asynchronously
delay the handling of a request.
|
class |
BufferedResponseHandler
Buffered Response Handler
|
class |
ContextHandler
ContextHandler.
|
class |
ContextHandlerCollection
This
HandlerCollection is creates a
Map of contexts to it's contained handlers based
on the context path and virtual hosts of any contained ContextHandler s. |
class |
DebugHandler
Deprecated.
Use
DebugListener |
class |
DefaultHandler
Default Handler.
|
class |
ErrorHandler
Handler for Error pages
An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler) or
Server.setErrorHandler(ErrorHandler) . |
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 |
IdleTimeoutHandler
Handler to adjust the idle timeout of requests while dispatched.
|
class |
InetAccessHandler
InetAddress Access Handler
|
class |
IPAccessHandler
Deprecated.
Use @
InetAccessHandler . |
class |
MovedContextHandler
Moved ContextHandler.
|
class |
RequestLogHandler
This handler provides an alternate way (other than
Server.setRequestLog(RequestLog) )
to log request, that can be applied to a particular handler (eg context). |
class |
ResourceHandler
Resource Handler.
|
class |
ScopedHandler
ScopedHandler.
|
class |
SecuredRedirectHandler
Secured Redirect Handler
|
class |
ShutdownHandler
A handler that shuts the server down on a valid request.
|
class |
StatisticsHandler |
class |
ThreadLimitHandler
Handler to limit the threads per IP address for DOS protection
|
Modifier and Type | Field and Description |
---|---|
protected Handler |
HandlerWrapper._handler |
Modifier and Type | Method and Description |
---|---|
<T extends Handler> |
AbstractHandlerContainer.getChildHandlerByClass(java.lang.Class<T> byclass) |
Modifier and Type | Method and Description |
---|---|
Handler[] |
AbstractHandlerContainer.getChildHandlers() |
Handler[] |
AbstractHandlerContainer.getChildHandlersByClass(java.lang.Class<?> byclass) |
Handler |
HotSwapHandler.getHandler() |
Handler |
HandlerWrapper.getHandler() |
Handler[] |
HotSwapHandler.getHandlers() |
Handler[] |
HandlerWrapper.getHandlers() |
Handler[] |
HandlerCollection.getHandlers() |
Handler[] |
HandlerCollection.Handlers.getHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
HandlerCollection.addHandler(Handler handler)
Adds a handler.
|
void |
ContextHandlerCollection.deployHandler(Handler handler,
Callback callback)
Thread safe deploy of a Handler.
|
protected void |
AbstractHandlerContainer.expandHandler(Handler handler,
java.util.List<Handler> list,
java.lang.Class<?> byClass) |
static <T extends HandlerContainer> |
AbstractHandlerContainer.findContainerOf(HandlerContainer root,
java.lang.Class<T> type,
Handler handler) |
protected HandlerCollection.Handlers |
HandlerCollection.newHandlers(Handler[] handlers) |
protected HandlerCollection.Handlers |
ContextHandlerCollection.newHandlers(Handler[] handlers) |
void |
HandlerCollection.prependHandler(Handler handler)
Prepends a handler.
|
void |
HandlerCollection.removeHandler(Handler handler) |
void |
HotSwapHandler.setHandler(Handler handler) |
void |
HandlerWrapper.setHandler(Handler handler) |
void |
HandlerCollection.setHandlers(Handler[] handlers) |
void |
ContextHandlerCollection.undeployHandler(Handler handler,
Callback callback)
Thread safe undeploy of a Handler.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HotSwapHandler.expandChildren(java.util.List<Handler> list,
java.lang.Class<?> byClass) |
protected void |
HandlerWrapper.expandChildren(java.util.List<Handler> list,
java.lang.Class<?> byClass) |
protected void |
HandlerCollection.expandChildren(java.util.List<Handler> list,
java.lang.Class<?> byClass) |
protected void |
AbstractHandlerContainer.expandChildren(java.util.List<Handler> list,
java.lang.Class<?> byClass) |
protected void |
AbstractHandlerContainer.expandHandler(Handler handler,
java.util.List<Handler> list,
java.lang.Class<?> byClass) |
Constructor and Description |
---|
HandlerCollection(boolean mutableWhenRunning,
Handler... handlers) |
HandlerCollection(Handler... handlers) |
HandlerList(Handler... handlers) |
Handlers(Handler[] handlers) |
Modifier and Type | Class and Description |
---|---|
class |
GzipHandler
A Handler that can dynamically GZIP uncompress requests, and compress responses.
|
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
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 | Method and Description |
---|---|
void |
ServletContextHandler.setHandler(Handler handler) |
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
Copyright © 1995–2021 Webtide. All rights reserved.