Modifier and Type | Class and Description |
---|---|
class |
Ajp13SocketConnector |
Modifier and Type | Class and Description |
---|---|
class |
HttpClient
Http Client.
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentManager
The Deployment Manager.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceCloser
Close a DataSource.
|
Modifier and Type | Class and Description |
---|---|
class |
NestedConnector
Nested Jetty Connector
|
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 |
---|---|
interface |
Handler
A Jetty Server Handler.
|
static interface |
Server.Graceful |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnector
Abstract Connector implementation.
|
class |
LocalConnector |
class |
Server
Jetty HTTP Servlet Server.
|
Modifier and Type | Class and Description |
---|---|
class |
SocketConnector
Socket Connector.
|
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 | Class and Description |
---|---|
class |
AbstractNIOConnector |
class |
BlockingChannelConnector
Blocking NIO connector.
|
class |
InheritedChannelConnector
An implementation of the SelectChannelConnector which first tries to
inherit from a channel provided by the system.
|
class |
NetworkTrafficSelectChannelConnector
A specialized version of
SelectChannelConnector that supports NetworkTrafficListener s. |
class |
SelectChannelConnector
Selecting NIO connector.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionHandler
SessionHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
SslSelectChannelConnector
SslSelectChannelConnector.
|
class |
SslSocketConnector
SSL Socket Connector.
|
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 |
AggregateLifeCycle
An AggregateLifeCycle is an
LifeCycle implementation for a collection of contained beans. |
class |
FileDestroyable |
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketClientFactory
WebSocketClientFactory contains the common components needed by multiple
WebSocketClient instances
(for example, a ThreadPool , a NIO selector , etc). |
class |
WebSocketHandler |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.