| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
| org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
| org.eclipse.jetty.server.jmx |
Jetty Server : Server JMX Integration
|
| org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
| 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 |
BufferedResponseHandler
Buffered Response Handler
|
class |
ContextHandler
ContextHandler.
|
class |
ContextHandlerCollection
ContextHandlerCollection.
|
class |
DebugHandler
Deprecated.
Use
DebugListener |
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
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 |
IdleTimeoutHandler
Handler to adjust the idle timeout of requests while dispatched.
|
class |
InetAccessHandler
InetAddress Access Handler
|
class |
IPAccessHandler
Deprecated.
|
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 |
class |
ThreadLimitHandler
Handler to limit the threads per IP address for DOS protection
|
| 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 | Class and Description |
|---|---|
class |
GzipHandler
A Handler that can dynamically GZIP compress responses.
|
| Modifier and Type | Method and Description |
|---|---|
Handler[] |
ServerMBean.getContexts() |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionHandler
SessionHandler.
|
Copyright © 1995–2017 Webtide. All rights reserved.