Package | Description |
---|---|
org.eclipse.jetty.deploy | |
org.eclipse.jetty.deploy.providers | |
org.eclipse.jetty.monitor | |
org.eclipse.jetty.monitor.integration | |
org.eclipse.jetty.server | |
org.eclipse.jetty.server.handler | |
org.eclipse.jetty.server.handler.jmx | |
org.eclipse.jetty.server.jmx | |
org.eclipse.jetty.server.session | |
org.eclipse.jetty.servlet | |
org.eclipse.jetty.servlets | |
org.eclipse.jetty.util.component | |
org.eclipse.jetty.util.log | |
org.eclipse.jetty.util.log.jmx | |
org.eclipse.jetty.util.thread | |
org.eclipse.jetty.webapp | |
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
org.eclipse.jetty.websocket.common.extensions |
Jetty WebSocket Common : Extension Implementations
|
org.eclipse.jetty.websocket.common.extensions.identity |
Jetty WebSocket Common : Identity Extension Implementation
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentManager
The Deployment Manager.
|
class |
PropertiesConfigurationManager
FileConfigurationManager
Supplies properties defined in a file.
|
Modifier and Type | Class and Description |
---|---|
class |
ScanningAppProvider |
class |
WebAppProvider
The webapps directory scanning provider.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadMonitor |
Modifier and Type | Class and Description |
---|---|
class |
JavaMonitorTools
Derived from the JMX bean classes created by Kees Jan Koster for the java-monitor
J2EE probe http://code.google.com/p/java-monitor-probes/source/browse/.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnector
An abstract implementation of
Connector that provides a ConnectionFactory mechanism
for creating Connection instances for various protocols (HTTP, SSL, SPDY, etc). |
class |
AbstractNetworkConnector
An abstract Network Connector.
|
interface |
Connector
A
Connector accept connections and data from remote peers,
and allows applications to send data to remote peers, by setting up
the machinery needed to handle such tasks. |
class |
ConnectorStatistics
A Connector.Listener that gathers Connector and Connections Statistics.
|
interface |
Handler
A Jetty Server Handler.
|
interface |
HandlerContainer
A Handler that contains other Handlers.
|
class |
HttpConfiguration
HTTP Configuration.
|
class |
LowResourceMonitor
A monitor for low resources
|
class |
NCSARequestLog
This
RequestLog implementation outputs logs in the pseudo-standard
NCSA common log format. |
class |
Server
Jetty HTTP Servlet Server.
|
class |
ServerConnector
This
Connector implementation is the primary connector for the
Jetty server over TCP/IP. |
class |
Slf4jRequestLog
Implementation of NCSARequestLog where output is sent as a SLF4J INFO Log message on the named logger "org.eclipse.jetty.server.RequestLog"
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandler
AbstractHandler.
|
class |
ContextHandler
ContextHandler.
|
class |
ContextHandlerCollection
ContextHandlerCollection.
|
class |
HandlerCollection
A collection of handlers.
|
class |
HandlerWrapper
A
HandlerWrapper acts as a Handler but delegates the handle method and
life cycle events to a delegate. |
class |
StatisticsHandler |
Modifier and Type | Class and Description |
---|---|
class |
ContextHandlerMBean |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectorMBean |
class |
ServerMBean |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionManager
An Abstract implementation of SessionManager.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterMapping |
class |
Holder<T> |
class |
ServletContextHandler
Servlet Context.
|
class |
ServletHandler
Servlet HttpHandler.
|
class |
ServletHolder
Servlet Instance and Context Holder.
|
class |
ServletMapping |
Modifier and Type | Class and Description |
---|---|
class |
DoSFilter
Denial of Service filter
|
class |
QoSFilter
Quality of Service Filter.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLifeCycle
Basic implementation of the life cycle interface for components.
|
class |
ContainerLifeCycle
An ContainerLifeCycle is an
LifeCycle implementation for a collection of contained beans. |
interface |
Dumpable |
interface |
LifeCycle
The lifecycle interface for generic components.
|
Modifier and Type | Class and Description |
---|---|
class |
StdErrLog
StdErr Logging implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
LogMBean |
Modifier and Type | Class and Description |
---|---|
class |
QueuedThreadPool |
interface |
ThreadPool
ThreadPool.
|
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketSession |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtension |
class |
ExtensionStack
Represents the stack of Extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityExtension |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.