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 classAbstractConnectionPoolclassAbstractConnectorHttpClientTransportclassAbstractHttpClientTransportclassDuplexConnectionPoolclassHttpClientHttpClientprovides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.classHttpDestinationclassMultiplexConnectionPoolclassRandomConnectionPoolAConnectionPoolthat provides connections randomly among the ones that are available.classRoundRobinConnectionPoolAConnectionPoolthat 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 classHttpClientTransportOverHTTP -
Uses of ManagedObject in org.eclipse.jetty.deploy
Classes in org.eclipse.jetty.deploy with annotations of type ManagedObject Modifier and Type Class Description classDeploymentManagerThe Deployment Manager.classPropertiesConfigurationManagerFileConfigurationManager 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 classDeploymentManagerMBean -
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 classScanningAppProviderclassWebAppProviderThe 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 classWebAppProviderMBean -
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 classHttpClientTransportOverFCGI -
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 classGCloudSessionDataStoreGCloudSessionDataStore -
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 classHazelcastSessionDataStoreSession 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 classMappedResource<E>classPathMappings<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 classAbstractFlowControlStrategyclassBufferingFlowControlStrategyA flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.classHTTP2Session -
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 classHTTP2ClientHTTP2Clientprovides 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 classHttpClientTransportOverHTTP2 -
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 classAbstractHTTP2ServerConnectionFactorystatic classAbstractHTTP2ServerConnectionFactory.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 classArrayByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.classConnectionStatisticsAConnection.Listenerthat tracks connection statistics.classLeakTrackingByteBufferPoolclassMappedByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.classSelectorManagerSelectorManagermanages a number ofManagedSelectors that simplify the non-blocking primitives provided by the JVM via thejava.niopackage. -
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 classConnectionStatisticsMBean -
Uses of ManagedObject in org.eclipse.jetty.jmx
Classes in org.eclipse.jetty.jmx with annotations of type ManagedObject Modifier and Type Class Description classMBeanContainerContainer 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 classMemcachedSessionDataMapMemcachedSessionDataMap 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 classMongoSessionDataStoreMongoSessionDataStore 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 classAbstractConnectionFactoryProvides the common handling forConnectionFactoryimplementations including:classAbstractConnectorAn abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).classAbstractNetworkConnectorAn abstract Network Connector.classAcceptRateLimitA Listener that limits the rate at which new connections are acceptedclassConnectionLimitA Listener that limits the number of Connections.interfaceConnectorAConnectoraccept 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.classConnectorStatisticsDeprecated.useConnectionStatisticsinstead.classCustomRequestLogA flexible RequestLog, which produces log strings in a customizable format.classDebugListenerA Context Listener that produces additional debug.interfaceHandlerA Jetty Server Handler.interfaceHandlerContainerA Handler that contains other Handlers.classHttpConfigurationHTTP Configuration.classLowResourceMonitorA monitor for low resources, low resources can be detected by:ThreadPool.isLowOnThreads()ifConnector.getExecutor()is an instance ofThreadPoolandLowResourceMonitor.setMonitorThreads(boolean)is true. IfLowResourceMonitor.setMaxMemory(long)is non zero then low resources is detected if the JVMsRuntimeinstance 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().classLowResourceMonitor.MaxConnectionsLowResourceCheckclassNCSARequestLogDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLogWriterclassRequestLogWriterWriter which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream.classServerJetty HTTP Servlet Server.classServerConnectorThisConnectorimplementation is the primary connector for the Jetty server over TCP/IP.classSlf4jRequestLogDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anSlf4jRequestLogWriterclassSlf4jRequestLogWriterRequest 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 classAbstractHandlerAbstractHandler.classContextHandlerContextHandler.classContextHandlerCollectionThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classHandlerCollectionA collection of handlers.classHandlerWrapperAHandlerWrapperacts as aHandlerbut delegates thehandlemethod andlife cycleevents to a delegate.classStatisticsHandler -
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 classContextHandlerMBean -
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 classAbstractConnectorMBeanclassServerMBean -
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 classAbstractSessionCacheAbstractSessionCache A base implementation of theSessionCacheinterface for managing a set of Session objects pertaining to a context in memory.classAbstractSessionDataStoreAbstractSessionDataStoreclassDefaultSessionCacheDefaultSessionCache A session store that keeps its sessions in memory in a hashmapclassDefaultSessionIdManagerDefaultSessionIdManager 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).classFileSessionDataStoreFileSessionDataStore A file-based store of session data.classHouseKeeperHouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.classJDBCSessionDataStoreJDBCSessionDataStore Session data stored in databaseclassNullSessionDataStoreNullSessionDataStore Does not actually store anything, useful for testing.classSessionHandlerSessionHandler. -
Uses of ManagedObject in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet with annotations of type ManagedObject Modifier and Type Class Description classFilterMappingclassHolder<T>Holder Specialization of AbstractHolder for servlet-related classes that have init-params etcclassServletContextHandlerServlet Context.classServletHandlerServlet HttpHandler.classServletHolderServlet Instance and Context Holder.classServletMapping -
Uses of ManagedObject in org.eclipse.jetty.servlets
Classes in org.eclipse.jetty.servlets with annotations of type ManagedObject Modifier and Type Class Description classDoSFilterDenial of Service filterclassPushCacheFilterDeprecated.no replacement for this deprecated http featureclassQoSFilterQuality 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 classInfinispanSessionDataStoreInfinispanSessionDataStore -
Uses of ManagedObject in org.eclipse.jetty.unixsocket
Classes in org.eclipse.jetty.unixsocket with annotations of type ManagedObject Modifier and Type Class Description classUnixSocketConnectorA 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 classPool<T>A pool of objects, with optional support for multiplexing, max usage count and several optimized strategies plus an optionalThreadLocalcache of the last release entry.static classSocketAddressResolver.AsyncCreatesSocketAddressinstances asynchronously in a different thread.static classSocketAddressResolver.SyncCreatesSocketAddressinstances 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 classAbstractLifeCycleBasic implementation of the life cycle interface for components.classContainerLifeCycleA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans.interfaceDestroyableA Destroyable is an object which can be destroyed.interfaceDumpableinterfaceLifeCycleThe 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 classStdErrLogStdErr 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 classLogMBean -
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 classSslContextFactorySslContextFactory is used to configure SSL parameters to be used by server and client connectors.static classSslContextFactory.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 classExecutorThreadPoolAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classMonitoredQueuedThreadPoolAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classQueuedThreadPoolA thread pool with a queue of jobs to execute.classReservedThreadExecutorA TryExecutor using pre-allocated/reserved threads from an external Executor.classScheduledExecutorSchedulerImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.interfaceThreadPoolA pool for threads.classThreadPoolBudgetA 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 classEatWhatYouKillA 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 classCachingWebAppClassLoaderA WebAppClassLoader that cachesCachingWebAppClassLoader.getResource(String)results.classWebAppContextWeb 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 classWebSocketSession -
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 classAbstractExtensionclassExtensionStackRepresents 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 classIdentityExtension -
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 classClientContainerContainer 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 classServerContainer -
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 classWebSocketUpgradeFilterInline Servlet Filter to capture WebSocket upgrade requests and perform path mappings toWebSocketCreatorobjects.
-