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.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 | Class and Description |
---|---|
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 |
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 |
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 | Method and Description |
---|---|
static <T extends HandlerContainer> |
AbstractHandlerContainer.findContainerOf(HandlerContainer root,
java.lang.Class<T> type,
Handler handler) |
Modifier and Type | Method and Description |
---|---|
static <T extends HandlerContainer> |
AbstractHandlerContainer.findContainerOf(HandlerContainer root,
java.lang.Class<T> type,
Handler handler) |
Constructor and Description |
---|
ContextHandler(ContextHandler.Context context,
HandlerContainer parent,
java.lang.String contextPath) |
ContextHandler(HandlerContainer parent,
java.lang.String contextPath) |
MovedContextHandler(HandlerContainer parent,
java.lang.String contextPath,
java.lang.String newContextURL) |
Modifier and Type | Class and Description |
---|---|
class |
GzipHandler
A Handler that can dynamically GZIP uncompress requests, and compress responses.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionHandler
SessionHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletContextHandler
Servlet Context.
|
class |
ServletHandler
Servlet HttpHandler.
|
Constructor and Description |
---|
ServletContextHandler(HandlerContainer parent,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler) |
ServletContextHandler(HandlerContainer parent,
java.lang.String contextPath) |
ServletContextHandler(HandlerContainer parent,
java.lang.String contextPath,
boolean sessions,
boolean security) |
ServletContextHandler(HandlerContainer parent,
java.lang.String contextPath,
int options) |
ServletContextHandler(HandlerContainer parent,
java.lang.String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler) |
ServletContextHandler(HandlerContainer parent,
java.lang.String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler,
int options) |
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
Constructor and Description |
---|
WebAppContext(HandlerContainer parent,
Resource webApp,
java.lang.String contextPath) |
WebAppContext(HandlerContainer parent,
java.lang.String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler,
int options)
This constructor is used in the geronimo integration.
|
WebAppContext(HandlerContainer parent,
java.lang.String webApp,
java.lang.String contextPath) |