|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractHandlerContainer in org.eclipse.jetty.rewrite.handler |
|---|
| Subclasses of AbstractHandlerContainer in org.eclipse.jetty.rewrite.handler | |
|---|---|
class |
RewriteHandler
Rewrite handler is responsible for managing the rules. |
| Uses of AbstractHandlerContainer in org.eclipse.jetty.security |
|---|
| Subclasses of AbstractHandlerContainer in org.eclipse.jetty.security | |
|---|---|
class |
ConstraintSecurityHandler
Handler to enforce SecurityConstraints. |
class |
SecurityHandler
Abstract SecurityHandler. |
| Uses of AbstractHandlerContainer in org.eclipse.jetty.server |
|---|
| Subclasses of AbstractHandlerContainer in org.eclipse.jetty.server | |
|---|---|
class |
Server
Jetty HTTP Servlet Server. |
| Uses of AbstractHandlerContainer in org.eclipse.jetty.server.handler |
|---|
| Subclasses of AbstractHandlerContainer in org.eclipse.jetty.server.handler | |
|---|---|
class |
ConnectHandler
Implementation of a tunneling proxy that supports HTTP CONNECT. |
class |
ContextHandler
ContextHandler. |
class |
ContextHandlerCollection
ContextHandlerCollection. |
class |
DebugHandler
Debug Handler. |
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 |
ScopedHandler
ScopedHandler. |
class |
StatisticsHandler
|
| Uses of AbstractHandlerContainer in org.eclipse.jetty.server.session |
|---|
| Subclasses of AbstractHandlerContainer in org.eclipse.jetty.server.session | |
|---|---|
class |
SessionHandler
SessionHandler. |
| Uses of AbstractHandlerContainer in org.eclipse.jetty.servlet |
|---|
| Subclasses of AbstractHandlerContainer in org.eclipse.jetty.servlet | |
|---|---|
class |
ServletContextHandler
Servlet Context. |
class |
ServletHandler
Servlet HttpHandler. |
| Uses of AbstractHandlerContainer in org.eclipse.jetty.webapp |
|---|
| Subclasses of AbstractHandlerContainer in org.eclipse.jetty.webapp | |
|---|---|
class |
WebAppContext
Web Application Context Handler. |
| Uses of AbstractHandlerContainer in org.eclipse.jetty.websocket |
|---|
| Subclasses of AbstractHandlerContainer in org.eclipse.jetty.websocket | |
|---|---|
class |
TestServer
|
class |
WebSocketHandler
|
| Uses of AbstractHandlerContainer in org.mortbay.setuid |
|---|
| Subclasses of AbstractHandlerContainer in org.mortbay.setuid | |
|---|---|
class |
SetUIDServer
This extension of Server will make a JNI call to set the unix UID. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||