Package | Description |
---|---|
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.providers |
Jetty Deploy : Webapp Deployment Providers
|
org.eclipse.jetty.monitor |
Jetty Monitor : Tool for Monitoring Threads
|
org.eclipse.jetty.monitor.integration |
Jetty Monitor : Intregation with Java Monitor
|
org.eclipse.jetty.nosql.mongodb |
Jetty NoSql : MongoDB Integration
|
org.eclipse.jetty.nosql.mongodb.jmx |
Jetty NoSql : MongoDB Sessions JMX Integration
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.server.handler.jmx |
Jetty Server : Handler JMX Integration
|
org.eclipse.jetty.server.jmx |
Jetty Server : Server JMX Integration
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.servlets |
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
|
org.eclipse.jetty.spdy.server | |
org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
org.eclipse.jetty.util.log |
Jetty Util : Common Logging Integrations
|
org.eclipse.jetty.util.log.jmx |
Jetty JMX : Jetty Logging JMX Integration
|
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
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
|
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
org.eclipse.jetty.websocket.server.pathmap |
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 |
MongoSessionManager
MongoSessionManager
Clustered session manager using MongoDB as the shared DB instance.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoSessionManagerMBean |
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
|
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>
Holder
Specialization of AbstractHolder for servlet-related classes that
have init-params etc
|
class |
ServletContextHandler
Servlet Context.
|
class |
ServletHandler |
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 |
SPDYServerConnectionFactory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLifeCycle
Basic implementation of the life cycle interface for components.
|
class |
ContainerLifeCycle |
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 |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketUpgradeFilter
Inline Servlet Filter to capture WebSocket upgrade requests and perform path mappings to
WebSocketCreator objects. |
Modifier and Type | Class and Description |
---|---|
class |
PathMappings<E>
Path Mappings of PathSpec to Resource.
|
static class |
PathMappings.MappedResource<E> |
Copyright © 1995-2015 Webtide. All Rights Reserved.