Uses of Class
org.eclipse.jetty.util.annotation.ManagedObject
-
Packages that use ManagedObject Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.jmx Jetty Deploy : JMX Integrationorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providersorg.eclipse.jetty.deploy.providers.jmx org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.http.pathmap org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.io.jmx org.eclipse.jetty.jmx Jetty JMX : Integration for JMX in Jettyorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.jmx Jetty Server : Handler JMX Integrationorg.eclipse.jetty.server.jmx Jetty Server : Server JMX Integrationorg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.servlets Jetty Servlets : Generally Useful Servlets, Handlers and Filtersorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.log Jetty Util : Common Logging Integrationsorg.eclipse.jetty.util.log.jmx Jetty JMX : Jetty Logging JMX Integrationorg.eclipse.jetty.util.ssl Jetty Util : Common SSL Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of ManagedObject in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client with annotations of type ManagedObject Modifier and Type Class Description class
AbstractConnectionPool
class
AbstractConnectorHttpClientTransport
class
AbstractHttpClientTransport
class
DuplexConnectionPool
class
HttpClient
HttpClient
provides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.class
HttpDestination
class
MultiplexConnectionPool
class
RandomConnectionPool
AConnectionPool
that provides connections randomly among the ones that are available.class
RoundRobinConnectionPool
AConnectionPool
that attempts to provide connections using a round-robin algorithm. -
Uses of ManagedObject in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http with annotations of type ManagedObject Modifier and Type Class Description class
HttpClientTransportOverHTTP
-
Uses of ManagedObject in org.eclipse.jetty.deploy
Classes in org.eclipse.jetty.deploy with annotations of type ManagedObject Modifier and Type Class Description class
DeploymentManager
The Deployment Manager.class
PropertiesConfigurationManager
FileConfigurationManager Supplies properties defined in a file. -
Uses of ManagedObject in org.eclipse.jetty.deploy.jmx
Classes in org.eclipse.jetty.deploy.jmx with annotations of type ManagedObject Modifier and Type Class Description class
DeploymentManagerMBean
-
Uses of ManagedObject in org.eclipse.jetty.deploy.providers
Classes in org.eclipse.jetty.deploy.providers with annotations of type ManagedObject Modifier and Type Class Description class
ScanningAppProvider
class
WebAppProvider
The webapps directory scanning provider. -
Uses of ManagedObject in org.eclipse.jetty.deploy.providers.jmx
Classes in org.eclipse.jetty.deploy.providers.jmx with annotations of type ManagedObject Modifier and Type Class Description class
WebAppProviderMBean
-
Uses of ManagedObject in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http with annotations of type ManagedObject Modifier and Type Class Description class
HttpClientTransportOverFCGI
-
Uses of ManagedObject in org.eclipse.jetty.http.pathmap
Classes in org.eclipse.jetty.http.pathmap with annotations of type ManagedObject Modifier and Type Class Description class
MappedResource<E>
class
PathMappings<E>
Path Mappings of PathSpec to Resource. -
Uses of ManagedObject in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io with annotations of type ManagedObject Modifier and Type Class Description class
ArrayByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.class
ConnectionStatistics
AConnection.Listener
that tracks connection statistics.class
LeakTrackingByteBufferPool
class
MappedByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.class
SelectorManager
SelectorManager
manages a number ofManagedSelector
s that simplify the non-blocking primitives provided by the JVM via thejava.nio
package. -
Uses of ManagedObject in org.eclipse.jetty.io.jmx
Classes in org.eclipse.jetty.io.jmx with annotations of type ManagedObject Modifier and Type Class Description class
ConnectionStatisticsMBean
-
Uses of ManagedObject in org.eclipse.jetty.jmx
Classes in org.eclipse.jetty.jmx with annotations of type ManagedObject Modifier and Type Class Description class
MBeanContainer
Container class for the MBean instances -
Uses of ManagedObject in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server with annotations of type ManagedObject Modifier and Type Class Description class
AbstractConnectionFactory
Provides the common handling forConnectionFactory
implementations including:class
AbstractConnector
An abstract implementation ofConnector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).class
AbstractNetworkConnector
An abstract Network Connector.class
AcceptRateLimit
A Listener that limits the rate at which new connections are acceptedclass
ConnectionLimit
A Listener that limits the number of Connections.interface
Connector
AConnector
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
Deprecated.useConnectionStatistics
instead.class
CustomRequestLog
A flexible RequestLog, which produces log strings in a customizable format.class
DebugListener
A Context Listener that produces additional debug.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, low resources can be detected by:ThreadPool.isLowOnThreads()
ifConnector.getExecutor()
is an instance ofThreadPool
andLowResourceMonitor.setMonitorThreads(boolean)
is true. IfLowResourceMonitor.setMaxMemory(long)
is non zero then low resources is detected if the JVMsRuntime
instance hasRuntime.totalMemory()
minusRuntime.freeMemory()
greater thanLowResourceMonitor.getMaxMemory()
IfLowResourceMonitor.setMaxConnections(int)
is non zero then low resources is detected if the total number of connections exceedsLowResourceMonitor.getMaxConnections()
.class
LowResourceMonitor.MaxConnectionsLowResourceCheck
class
NCSARequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLogWriter
class
RequestLogWriter
Writer which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream
.class
Server
Jetty HTTP Servlet Server.class
ServerConnector
ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.class
Slf4jRequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with anSlf4jRequestLogWriter
class
Slf4jRequestLogWriter
Request log writer using a Slf4jLog Logger -
Uses of ManagedObject in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler with annotations of type ManagedObject Modifier and Type Class Description class
AbstractHandler
AbstractHandler.class
ContextHandler
ContextHandler.class
ContextHandlerCollection
ThisHandlerCollection
is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s.class
HandlerCollection
A collection of handlers.class
HandlerWrapper
AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.class
StatisticsHandler
-
Uses of ManagedObject in org.eclipse.jetty.server.handler.jmx
Classes in org.eclipse.jetty.server.handler.jmx with annotations of type ManagedObject Modifier and Type Class Description class
ContextHandlerMBean
-
Uses of ManagedObject in org.eclipse.jetty.server.jmx
Classes in org.eclipse.jetty.server.jmx with annotations of type ManagedObject Modifier and Type Class Description class
AbstractConnectorMBean
class
ServerMBean
-
Uses of ManagedObject in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session with annotations of type ManagedObject Modifier and Type Class Description class
AbstractSessionCache
AbstractSessionCache A base implementation of theSessionCache
interface for managing a set of Session objects pertaining to a context in memory.class
AbstractSessionDataStore
AbstractSessionDataStoreclass
DefaultSessionCache
DefaultSessionCache A session store that keeps its sessions in memory in a hashmapclass
DefaultSessionIdManager
DefaultSessionIdManager Manages session ids to ensure each session id within a context is unique, and that session ids can be shared across contexts (but not session contents).class
FileSessionDataStore
FileSessionDataStore A file-based store of session data.class
HouseKeeper
HouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.class
JDBCSessionDataStore
JDBCSessionDataStore Session data stored in databaseclass
NullSessionDataStore
NullSessionDataStore Does not actually store anything, useful for testing.class
SessionHandler
SessionHandler. -
Uses of ManagedObject in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet with annotations of type ManagedObject Modifier and Type Class Description class
FilterMapping
class
Holder<T>
Holder Specialization of AbstractHolder for servlet-related classes that have init-params etcclass
ServletContextHandler
Servlet Context.class
ServletHandler
Servlet HttpHandler.class
ServletHolder
Servlet Instance and Context Holder.class
ServletMapping
-
Uses of ManagedObject in org.eclipse.jetty.servlets
Classes in org.eclipse.jetty.servlets with annotations of type ManagedObject Modifier and Type Class Description class
DoSFilter
Denial of Service filterclass
PushCacheFilter
A filter that builds a cache of secondary resources associated to primary resources.class
QoSFilter
Quality of Service Filter. -
Uses of ManagedObject in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util with annotations of type ManagedObject Modifier and Type Class Description static class
SocketAddressResolver.Async
CreatesSocketAddress
instances asynchronously in a different thread.static class
SocketAddressResolver.Sync
CreatesSocketAddress
instances synchronously in the caller thread. -
Uses of ManagedObject in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component with annotations of type ManagedObject Modifier and Type Class Description class
AbstractLifeCycle
Basic implementation of the life cycle interface for components.class
ContainerLifeCycle
A ContainerLifeCycle is anLifeCycle
implementation for a collection of contained beans.interface
Destroyable
A Destroyable is an object which can be destroyed.interface
Dumpable
interface
LifeCycle
The lifecycle interface for generic components. -
Uses of ManagedObject in org.eclipse.jetty.util.log
Classes in org.eclipse.jetty.util.log with annotations of type ManagedObject Modifier and Type Class Description class
StdErrLog
StdErr Logging implementation. -
Uses of ManagedObject in org.eclipse.jetty.util.log.jmx
Classes in org.eclipse.jetty.util.log.jmx with annotations of type ManagedObject Modifier and Type Class Description class
LogMBean
-
Uses of ManagedObject in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl with annotations of type ManagedObject Modifier and Type Class Description class
SslContextFactory
SslContextFactory is used to configure SSL parameters to be used by server and client connectors.static class
SslContextFactory.Server
-
Uses of ManagedObject in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread with annotations of type ManagedObject Modifier and Type Class Description class
ExecutorThreadPool
AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.class
MonitoredQueuedThreadPool
AQueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics.class
QueuedThreadPool
A thread pool with a queue of jobs to execute.class
ReservedThreadExecutor
An Executor using preallocated/reserved Threads from a wrapped Executor.class
ScheduledExecutorScheduler
Implementation ofScheduler
based on JDK'sScheduledThreadPoolExecutor
.interface
ThreadPool
A pool for threads.class
ThreadPoolBudget
A budget of required thread usage, used to warn or error for insufficient configured threads. -
Uses of ManagedObject in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy with annotations of type ManagedObject Modifier and Type Class Description class
EatWhatYouKill
A strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation. -
Uses of ManagedObject in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp with annotations of type ManagedObject Modifier and Type Class Description class
CachingWebAppClassLoader
A WebAppClassLoader that cachesCachingWebAppClassLoader.getResource(String)
results.class
WebAppContext
Web Application Context Handler.
-