Package | Description |
---|---|
org.eclipse.jetty.ant |
Jetty Ant : Ant Tasks and Configuration
|
org.eclipse.jetty.embedded | |
org.eclipse.jetty.http.spi | |
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
org.eclipse.jetty.quickstart | |
org.eclipse.jetty.rewrite.handler |
Jetty Rewrite : Rewrite Handler and Rules for Jetty
|
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.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.servlets.gzip |
Jetty Servlets : GZIP Filter Classes
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Class and Description |
---|---|
class |
AntWebAppContext
AntWebAppContext
Extension of WebAppContext to allow configuration via Ant environment.
|
static class |
AntWebAppContext.AntServletHandler
AntServletHandler
|
Modifier and Type | Class and Description |
---|---|
static class |
ManyHandlers.WelcomeWrapHandler
Add a request attribute, but produce no output.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpSpiContextHandler
Jetty handler that bridges requests to
HttpHandler . |
Modifier and Type | Class and Description |
---|---|
class |
JettyServer
JettyServer
Maven jetty plugin version of a wrapper for the Server class.
|
class |
JettyWebAppContext
JettyWebAppContext
Extends the WebAppContext to specialize for the maven environment.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectHandler
Implementation of a
Handler that supports HTTP CONNECT. |
Modifier and Type | Class and Description |
---|---|
class |
QuickStartWebApp
QuickStartWar
|
Modifier and Type | Class and Description |
---|---|
class |
RewriteHandler
Rewrite handler is responsible for managing the rules.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintSecurityHandler
ConstraintSecurityHandler
Handler to enforce SecurityConstraints.
|
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 |
ContextHandler
ContextHandler.
|
class |
ContextHandlerCollection
ContextHandlerCollection.
|
class |
DebugHandler
Debug Handler.
|
class |
HandlerCollection
A collection of handlers.
|
class |
HandlerList
HandlerList.
|
class |
HandlerWrapper
|
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 |
IPAccessHandler
IP Access Handler
|
class |
MovedContextHandler
Moved ContextHandler.
|
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 | Method and Description |
---|---|
static <T extends HandlerContainer> |
AbstractHandlerContainer.findContainerOf(HandlerContainer root,
Class<T> type,
Handler handler) |
Modifier and Type | Method and Description |
---|---|
static <T extends HandlerContainer> |
AbstractHandlerContainer.findContainerOf(HandlerContainer root,
Class<T> type,
Handler handler) |
Constructor and Description |
---|
ContextHandler(HandlerContainer parent,
String contextPath) |
MovedContextHandler(HandlerContainer parent,
String contextPath,
String newContextURL) |
Modifier and Type | Class and Description |
---|---|
class |
SessionHandler
SessionHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletContextHandler
Servlet Context.
|
class |
ServletHandler |
Constructor and Description |
---|
ServletContextHandler(HandlerContainer parent,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler) |
ServletContextHandler(HandlerContainer parent,
String contextPath) |
ServletContextHandler(HandlerContainer parent,
String contextPath,
boolean sessions,
boolean security) |
ServletContextHandler(HandlerContainer parent,
String contextPath,
int options) |
ServletContextHandler(HandlerContainer parent,
String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler) |
ServletContextHandler(HandlerContainer parent,
String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler,
int options) |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
Constructor and Description |
---|
WebAppContext(HandlerContainer parent,
String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler,
int options)
This constructor is used in the geronimo integration.
|
WebAppContext(HandlerContainer parent,
String webApp,
String contextPath) |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketHandler |
static class |
WebSocketHandler.Simple
Create a simple WebSocketHandler that registers a single WebSocket POJO that is created on every upgrade request.
|
class |
WebSocketUpgradeHandlerWrapper |
Copyright © 1995-2015 Webtide. All Rights Reserved.