|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AggregateLifeCycle in org.eclipse.jetty.ajp |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.ajp | |
---|---|
class |
Ajp13SocketConnector
|
Uses of AggregateLifeCycle in org.eclipse.jetty.client |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.client | |
---|---|
class |
HttpClient
Http Client. |
Uses of AggregateLifeCycle in org.eclipse.jetty.deploy |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.deploy | |
---|---|
class |
DeploymentManager
The Deployment Manager. |
Uses of AggregateLifeCycle in org.eclipse.jetty.nested |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.nested | |
---|---|
class |
NestedConnector
Nested Jetty Connector |
Uses of AggregateLifeCycle in org.eclipse.jetty.rewrite.handler |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.rewrite.handler | |
---|---|
class |
RegexTargetHandler
A handle that uses regular expressions to select the target. |
class |
RewriteHandler
Rewrite handler is responsible for managing the rules. |
Uses of AggregateLifeCycle in org.eclipse.jetty.security |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.security | |
---|---|
class |
ConstraintSecurityHandler
Handler to enforce SecurityConstraints. |
class |
SecurityHandler
Abstract SecurityHandler. |
Uses of AggregateLifeCycle in org.eclipse.jetty.server |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.server | |
---|---|
class |
AbstractConnector
Abstract Connector implementation. |
class |
LocalConnector
|
class |
Server
Jetty HTTP Servlet Server. |
Uses of AggregateLifeCycle in org.eclipse.jetty.server.bio |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.server.bio | |
---|---|
class |
SocketConnector
Socket Connector. |
Uses of AggregateLifeCycle in org.eclipse.jetty.server.handler |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.server.handler | |
---|---|
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
|
Uses of AggregateLifeCycle in org.eclipse.jetty.server.nio |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.server.nio | |
---|---|
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. |
Uses of AggregateLifeCycle in org.eclipse.jetty.server.session |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.server.session | |
---|---|
class |
SessionHandler
SessionHandler. |
Uses of AggregateLifeCycle in org.eclipse.jetty.server.ssl |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.server.ssl | |
---|---|
class |
SslSelectChannelConnector
SslSelectChannelConnector. |
class |
SslSocketConnector
SSL Socket Connector. |
Uses of AggregateLifeCycle in org.eclipse.jetty.servlet |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.servlet | |
---|---|
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. |
Uses of AggregateLifeCycle in org.eclipse.jetty.webapp |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.webapp | |
---|---|
class |
WebAppContext
Web Application Context Handler. |
Uses of AggregateLifeCycle in org.eclipse.jetty.websocket |
---|
Subclasses of AggregateLifeCycle in org.eclipse.jetty.websocket | |
---|---|
class |
WebSocketClientFactory
WebSocketClientFactory contains the common components needed by multiple WebSocketClient instances
(for example, a ThreadPool , a NIO selector , etc). |
class |
WebSocketHandler
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |