Package | Description |
---|---|
<Unnamed> | |
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.osgi.httpservice | |
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.runner |
Jetty Runner : Embedded Jetty Tool for running webapps directly
|
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.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.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 |
HelloWorld |
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 |
---|---|
class |
HelloHandler |
static class |
ManyHandlers.ParamHandler
Produce output that lists all of the request parameters
|
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 | Method and Description |
---|---|
protected void |
Starter.prependHandler(Handler handler,
HandlerCollection handlers) |
Modifier and Type | Class and Description |
---|---|
class |
HttpServiceErrorPageErrorHandler
Extended error page handler.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectHandler
Implementation of a
Handler that supports HTTP CONNECT. |
Constructor and Description |
---|
ConnectHandler(Handler handler) |
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 | Method and Description |
---|---|
protected void |
Runner.prependHandler(Handler handler,
HandlerCollection handlers) |
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 | 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 |
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 |
DefaultHandler
Default Handler.
|
class |
ErrorHandler
Handler for Error pages
An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler) or
ContainerLifeCycle.addBean(Object) . |
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 |
SecuredRedirectHandler
Secured Redirect Handler
|
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) |
Modifier and Type | Method and Description |
---|---|
Handler[] |
AbstractHandlerContainer.getChildHandlers() |
Handler[] |
AbstractHandlerContainer.getChildHandlersByClass(Class<?> byclass) |
Handler |
HotSwapHandler.getHandler() |
Handler |
HandlerWrapper.getHandler() |
Handler[] |
HotSwapHandler.getHandlers() |
Handler[] |
HandlerWrapper.getHandlers() |
Handler[] |
HandlerCollection.getHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
HandlerCollection.addHandler(Handler handler) |
protected void |
AbstractHandlerContainer.expandHandler(Handler handler,
List<Handler> list,
Class<?> byClass) |
static <T extends HandlerContainer> |
AbstractHandlerContainer.findContainerOf(HandlerContainer root,
Class<T> type,
Handler handler) |
void |
HandlerCollection.removeHandler(Handler handler) |
void |
HotSwapHandler.setHandler(Handler handler) |
void |
HandlerWrapper.setHandler(Handler handler) |
void |
HandlerCollection.setHandlers(Handler[] handlers) |
void |
ContextHandlerCollection.setHandlers(Handler[] handlers) |
Modifier and Type | Method and Description |
---|---|
protected void |
HotSwapHandler.expandChildren(List<Handler> list,
Class<?> byClass) |
protected void |
HandlerWrapper.expandChildren(List<Handler> list,
Class<?> byClass) |
protected void |
HandlerCollection.expandChildren(List<Handler> list,
Class<?> byClass) |
protected void |
AbstractHandlerContainer.expandChildren(List<Handler> list,
Class<?> byClass) |
protected void |
AbstractHandlerContainer.expandHandler(Handler handler,
List<Handler> list,
Class<?> byClass) |
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 |
Modifier and Type | Method and Description |
---|---|
void |
ServletContextHandler.setHandler(Handler handler) |
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.
|
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.