Uses of Class
org.eclipse.jetty.util.annotation.ManagedObject
-
-
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.gcloud.session
Classes in org.eclipse.jetty.gcloud.session with annotations of type ManagedObject Modifier and Type Class Description class
GCloudSessionDataStore
GCloudSessionDataStore -
Uses of ManagedObject in org.eclipse.jetty.hazelcast.session
Classes in org.eclipse.jetty.hazelcast.session with annotations of type ManagedObject Modifier and Type Class Description class
HazelcastSessionDataStore
Session data stored in Hazelcast -
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.http2
Classes in org.eclipse.jetty.http2 with annotations of type ManagedObject Modifier and Type Class Description class
AbstractFlowControlStrategy
class
BufferingFlowControlStrategy
A flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.class
HTTP2Session
-
Uses of ManagedObject in org.eclipse.jetty.http2.client
Classes in org.eclipse.jetty.http2.client with annotations of type ManagedObject Modifier and Type Class Description class
HTTP2Client
HTTP2Client
provides an asynchronous, non-blocking implementation to send HTTP/2 frames to a server. -
Uses of ManagedObject in org.eclipse.jetty.http2.client.http
Classes in org.eclipse.jetty.http2.client.http with annotations of type ManagedObject Modifier and Type Class Description class
HttpClientTransportOverHTTP2
-
Uses of ManagedObject in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server with annotations of type ManagedObject Modifier and Type Class Description class
AbstractHTTP2ServerConnectionFactory
static class
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
-
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.memcached.session
Classes in org.eclipse.jetty.memcached.session with annotations of type ManagedObject Modifier and Type Class Description class
MemcachedSessionDataMap
MemcachedSessionDataMap Uses memcached as a cache for SessionData. -
Uses of ManagedObject in org.eclipse.jetty.nosql.mongodb
Classes in org.eclipse.jetty.nosql.mongodb with annotations of type ManagedObject Modifier and Type Class Description class
MongoSessionDataStore
MongoSessionDataStore The document model is an outer object that contains the elements: "id" : session_id "created" : create_time "accessed": last_access_time "maxIdle" : max_idle_time setting as session was created "expiry" : time at which session should expire "valid" : session_valid "context" : a nested object containing 1 nested object per context for which the session id is in use Each of the nested objects inside the "context" element contains: unique_context_name : nested object containing name:value pairs of the session attributes for that context unique_context_name: vhost:contextpath, where no vhosts="0_0_0_0", root context = "", contextpath "/" replaced by "_" -
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
Deprecated.no replacement for this deprecated http featureclass
QoSFilter
Quality of Service Filter. -
Uses of ManagedObject in org.eclipse.jetty.session.infinispan
Classes in org.eclipse.jetty.session.infinispan with annotations of type ManagedObject Modifier and Type Class Description class
InfinispanSessionDataStore
InfinispanSessionDataStore -
Uses of ManagedObject in org.eclipse.jetty.unixsocket
Classes in org.eclipse.jetty.unixsocket with annotations of type ManagedObject Modifier and Type Class Description class
UnixSocketConnector
A server-side connector for UNIX sockets. -
Uses of ManagedObject in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util with annotations of type ManagedObject Modifier and Type Class Description class
Pool<T>
A pool of objects, with optional support for multiplexing, max usage count and several optimized strategies plus an optionalThreadLocal
cache of the last release entry.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
A TryExecutor using pre-allocated/reserved threads from an external 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. -
Uses of ManagedObject in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common with annotations of type ManagedObject Modifier and Type Class Description class
WebSocketSession
-
Uses of ManagedObject in org.eclipse.jetty.websocket.common.extensions
Classes in org.eclipse.jetty.websocket.common.extensions with annotations of type ManagedObject Modifier and Type Class Description class
AbstractExtension
class
ExtensionStack
Represents the stack of Extensions. -
Uses of ManagedObject in org.eclipse.jetty.websocket.common.extensions.identity
Classes in org.eclipse.jetty.websocket.common.extensions.identity with annotations of type ManagedObject Modifier and Type Class Description class
IdentityExtension
-
Uses of ManagedObject in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 with annotations of type ManagedObject Modifier and Type Class Description class
ClientContainer
Container for Client use of the javax.websocket API. -
Uses of ManagedObject in org.eclipse.jetty.websocket.jsr356.server
Classes in org.eclipse.jetty.websocket.jsr356.server with annotations of type ManagedObject Modifier and Type Class Description class
ServerContainer
-
Uses of ManagedObject in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server with annotations of type ManagedObject Modifier and Type Class Description class
WebSocketUpgradeFilter
Inline Servlet Filter to capture WebSocket upgrade requests and perform path mappings toWebSocketCreator
objects.
-