Uses of Annotation Interface
org.eclipse.jetty.util.annotation.ManagedAttribute
Packages that use ManagedAttribute
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Resource Utilities
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of ManagedAttribute in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util with annotations of type ManagedAttributeModifier and TypeMethodDescriptionHostPort.getHost()Get the host.default intPool.getIdleCount()default intPool.getInUseCount()longConcurrentPool.getLeaked()intPool.getMaxSize()intHostPort.getPort()Get the port.default intPool.getReservedCount()default intPool.getTerminatedCount()longSocketAddressResolver.Async.getTimeout()intPool.size() -
Uses of ManagedAttribute in org.eclipse.jetty.util.component
Methods in org.eclipse.jetty.util.component with annotations of type ManagedAttribute -
Uses of ManagedAttribute in org.eclipse.jetty.util.resource
Methods in org.eclipse.jetty.util.resource with annotations of type ManagedAttribute -
Uses of ManagedAttribute in org.eclipse.jetty.util.ssl
Methods in org.eclipse.jetty.util.ssl with annotations of type ManagedAttributeModifier and TypeMethodDescriptionSslContextFactory.getCertAlias()SslContextFactory.getCrlPath()SslContextFactory.getEndpointIdentificationAlgorithm()String[]SslContextFactory.getExcludeCipherSuites()String[]SslContextFactory.getExcludeProtocols()String[]SslContextFactory.getIncludeCipherSuites()String[]SslContextFactory.getIncludeProtocols()SslContextFactory.getKeyManagerFactoryAlgorithm()SslContextFactory.getKeyStorePath()SslContextFactory.getKeyStoreProvider()SslContextFactory.getKeyStoreType()intSslContextFactory.getMaxCertPathLength()booleanSslContextFactory.Server.getNeedClientAuth()SslContextFactory.getOcspResponderURL()SslContextFactory.getProtocol()SslContextFactory.getProvider()Get the optional Security Provider name.intSslContextFactory.getRenegotiationLimit()intKeyStoreScanner.getScanInterval()SslContextFactory.getSecureRandomAlgorithm()String[]SslContextFactory.getSelectedCipherSuites()String[]SslContextFactory.getSelectedProtocols()intSslContextFactory.getSslSessionCacheSize()Get SSL session cache size.intSslContextFactory.getSslSessionTimeout()Get SSL session timeout.SslContextFactory.getTrustManagerFactoryAlgorithm()SslContextFactory.getTrustStorePath()SslContextFactory.getTrustStoreProvider()SslContextFactory.getTrustStoreType()booleanSslContextFactory.Server.getWantClientAuth()booleanSslContextFactory.isEnableCRLDP()booleanSslContextFactory.isEnableOCSP()booleanSslContextFactory.isRenegotiationAllowed()booleanSslContextFactory.isSessionCachingEnabled()booleanSslContextFactory.Server.isSniRequired()Returns whether an SNI match is required when choosing the alias that identifies the certificate to send to the client.booleanSslContextFactory.isTrustAll()booleanSslContextFactory.isUseCipherSuitesOrder()booleanSslContextFactory.isValidateCerts()booleanSslContextFactory.isValidatePeerCerts() -
Uses of ManagedAttribute in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread with annotations of type ManagedAttributeModifier and TypeMethodDescriptionintReservedThreadExecutor.getAvailable()intQueuedThreadPool.getAvailableReservedThreads()Deprecated, for removal: This API element is subject to removal in a future version.longMonitoredQueuedThreadPool.getAverageQueueLatency()longMonitoredQueuedThreadPool.getAverageTaskLatency()intQueuedThreadPool.getBusyThreads()The number of threads executing leased and unleased jobs.intReservedThreadExecutor.getCapacity()intQueuedThreadPool.getCurrentReservedThreads()intExecutorThreadPool.getIdleThreads()intQueuedThreadPool.getIdleThreads()The number of idle threads, waiting for tasks to be submitted toQueuedThreadPool.execute(Runnable).intThreadPool.getIdleThreads()intExecutorThreadPool.getIdleTimeout()intQueuedThreadPool.getIdleTimeout()longReservedThreadExecutor.getIdleTimeoutMs()intQueuedThreadPool.getLeasedThreads()The number of threads that are leased, and therefore cannot be used to execute unleased jobs.intThreadPoolBudget.getLeasedThreads()intQueuedThreadPool.getLowThreadsThreshold()intQueuedThreadPool.getMaxAvailableThreads()Deprecated, for removal: This API element is subject to removal in a future version.The term available can be applied to either idle or reserved threads, but not both.intMonitoredQueuedThreadPool.getMaxBusyThreads()intQueuedThreadPool.getMaxEvictCount()intQueuedThreadPool.getMaxLeasedThreads()Deprecated, for removal: This API element is subject to removal in a future version.longMonitoredQueuedThreadPool.getMaxQueueLatency()intMonitoredQueuedThreadPool.getMaxQueueSize()intQueuedThreadPool.getMaxReservedThreads()longMonitoredQueuedThreadPool.getMaxTaskLatency()intExecutorThreadPool.getMaxThreads()intQueuedThreadPool.getMaxThreads()intVirtualThreadPool.getMaxThreads()intExecutorThreadPool.getMinThreads()intQueuedThreadPool.getMinThreads()ExecutorThreadPool.getName()QueuedThreadPool.getName()ScheduledExecutorScheduler.getName()VirtualThreadPool.getName()intReservedThreadExecutor.getPending()Deprecated.intQueuedThreadPool.getQueueSize()intQueuedThreadPool.getReadyThreads()Deprecated, for removal: This API element is subject to removal in a future version.The combination of idle and reserved threads is essentially meaningless.intExecutorThreadPool.getReservedThreads()intQueuedThreadPool.getReservedThreads()longMonitoredQueuedThreadPool.getTasks()intExecutorThreadPool.getThreads()intQueuedThreadPool.getThreads()The number of threads currently started by this thread pool.intScheduledExecutorScheduler.getThreads()intThreadPool.getThreads()intQueuedThreadPool.getThreadsPriority()doubleQueuedThreadPool.getUtilizationRate()The rate between the number ofutilized threadsand the maximum number ofutilizable threads.intQueuedThreadPool.getUtilizedThreads()The number of threads executing unleased tasks.booleanExecutorThreadPool.isDaemon()booleanQueuedThreadPool.isDaemon()booleanScheduledExecutorScheduler.isDaemon()booleanExecutorThreadPool.isDetailedDump()booleanQueuedThreadPool.isDetailedDump()booleanTrackingExecutor.isDetailedDump()booleanVirtualThreadPool.isDetailedDump()booleanExecutorThreadPool.isLowOnThreads()booleanQueuedThreadPool.isLowOnThreads()Returns whether this thread pool is low on threads.booleanThreadPool.isLowOnThreads()booleanVirtualThreadPool.isTracking()Get if this pool is tracking virtual threads. -
Uses of ManagedAttribute in org.eclipse.jetty.util.thread.strategy
Methods in org.eclipse.jetty.util.thread.strategy with annotations of type ManagedAttributeModifier and TypeMethodDescriptionlongAdaptiveExecutionStrategy.getEPCProduceCount()longAdaptiveExecutionStrategy.getEPCTasksConsumed()longAdaptiveExecutionStrategy.getPCTasksConsumed()longAdaptiveExecutionStrategy.getPECTasksExecuted()longAdaptiveExecutionStrategy.getPICTasksExecuted()booleanAdaptiveExecutionStrategy.isIdle()booleanAdaptiveExecutionStrategy.isUseVirtualThreads()
QueuedThreadPool.getCurrentReservedThreads()instead