Uses of Class
org.eclipse.jetty.util.annotation.ManagedAttribute
-
Packages that use ManagedAttribute Package Description org.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.ssl Jetty Util : Common SSL Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy -
-
Uses of ManagedAttribute in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util with annotations of type ManagedAttribute Modifier and Type Method Description longSocketAddressResolver.Async. getTimeout() -
Uses of ManagedAttribute in org.eclipse.jetty.util.component
Methods in org.eclipse.jetty.util.component with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.StringAbstractLifeCycle. getState()longAbstractLifeCycle. getStopTimeout() -
Uses of ManagedAttribute in org.eclipse.jetty.util.log
Methods in org.eclipse.jetty.util.log with annotations of type ManagedAttribute Modifier and Type Method Description static java.util.Map<java.lang.String,Logger>Log. getLoggers()Get a map of all configuredLoggerinstances.booleanStdErrLog. isDebugEnabled() -
Uses of ManagedAttribute in org.eclipse.jetty.util.ssl
Methods in org.eclipse.jetty.util.ssl with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.StringSslContextFactory. getCertAlias()java.lang.StringSslContextFactory. getCrlPath()java.lang.StringSslContextFactory. getEndpointIdentificationAlgorithm()java.lang.String[]SslContextFactory. getExcludeCipherSuites()java.lang.String[]SslContextFactory. getExcludeProtocols()java.lang.String[]SslContextFactory. getIncludeCipherSuites()java.lang.String[]SslContextFactory. getIncludeProtocols()java.lang.StringSslContextFactory. getKeyManagerFactoryAlgorithm()java.lang.StringSslContextFactory. getKeyStorePath()java.lang.StringSslContextFactory. getKeyStoreProvider()java.lang.StringSslContextFactory. getKeyStoreType()intSslContextFactory. getMaxCertPathLength()booleanSslContextFactory. getNeedClientAuth()Deprecated.useSslContextFactory.Server.getNeedClientAuth()insteadjava.lang.StringSslContextFactory. getOcspResponderURL()java.lang.StringSslContextFactory. getProtocol()java.lang.StringSslContextFactory. getProvider()Get the optional Security Provider name.intSslContextFactory. getRenegotiationLimit()intKeyStoreScanner. getScanInterval()java.lang.StringSslContextFactory. getSecureRandomAlgorithm()java.lang.String[]SslContextFactory. getSelectedCipherSuites()java.lang.String[]SslContextFactory. getSelectedProtocols()intSslContextFactory. getSslSessionCacheSize()Get SSL session cache size.intSslContextFactory. getSslSessionTimeout()Get SSL session timeout.java.lang.StringSslContextFactory. getTrustManagerFactoryAlgorithm()java.lang.StringSslContextFactory. getTrustStorePath()java.lang.StringSslContextFactory. getTrustStoreProvider()java.lang.StringSslContextFactory. getTrustStoreType()booleanSslContextFactory. getWantClientAuth()Deprecated.useSslContextFactory.Server.getWantClientAuth()insteadbooleanSslContextFactory. isEnableCRLDP()booleanSslContextFactory. isEnableOCSP()booleanSslContextFactory. isRenegotiationAllowed()booleanSslContextFactory. isSessionCachingEnabled()booleanSslContextFactory.Server. isSniRequired()Does the defaultSslContextFactory.Server.sniSelect(String, Principal[], SSLSession, String, Collection)implementation require an SNI match? Note that if a non SNI handshake is accepted, requests may still be rejected at the HTTP level for incorrect SNI (see SecureRequestCustomizer).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 ManagedAttribute Modifier and Type Method Description intReservedThreadExecutor. getAvailable()intQueuedThreadPool. getAvailableReservedThreads()longMonitoredQueuedThreadPool. getAverageQueueLatency()longMonitoredQueuedThreadPool. getAverageTaskLatency()intQueuedThreadPool. getBusyThreads()The number of threads executing internal and transient jobs.intReservedThreadExecutor. getCapacity()intExecutorThreadPool. getIdleThreads()intQueuedThreadPool. getIdleThreads()The number of idle threads, but without including reserved threads.intThreadPool. getIdleThreads()intExecutorThreadPool. getIdleTimeout()intQueuedThreadPool. getIdleTimeout()longReservedThreadExecutor. getIdleTimeoutMs()intQueuedThreadPool. getLeasedThreads()The fundamental value that represents the number of threads that are leased to internal components, and therefore cannot be used to execute transient jobs.intThreadPoolBudget. getLeasedThreads()intQueuedThreadPool. getLowThreadsThreshold()intQueuedThreadPool. getMaxAvailableThreads()The maximum number of threads available to run transient jobs.intMonitoredQueuedThreadPool. getMaxBusyThreads()intQueuedThreadPool. getMaxLeasedThreads()The maximum number of threads that are leased to internal components, as some component may allocate its threads lazily.longMonitoredQueuedThreadPool. getMaxQueueLatency()intMonitoredQueuedThreadPool. getMaxQueueSize()intQueuedThreadPool. getMaxReservedThreads()longMonitoredQueuedThreadPool. getMaxTaskLatency()intExecutorThreadPool. getMaxThreads()intQueuedThreadPool. getMaxThreads()intExecutorThreadPool. getMinThreads()intQueuedThreadPool. getMinThreads()java.lang.StringExecutorThreadPool. getName()java.lang.StringQueuedThreadPool. getName()java.lang.StringScheduledExecutorScheduler. getName()intReservedThreadExecutor. getPending()intQueuedThreadPool. getQueueSize()intQueuedThreadPool. getReadyThreads()The fundamental value that represents the number of threads ready to execute transient jobs.intExecutorThreadPool. getReservedThreads()intQueuedThreadPool. getReservedThreads()longMonitoredQueuedThreadPool. getTasks()intExecutorThreadPool. getThreads()intQueuedThreadPool. getThreads()The fundamental value that represents the number of threads currently known 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 transient jobs.booleanExecutorThreadPool. isDaemon()booleanQueuedThreadPool. isDaemon()booleanScheduledExecutorScheduler. isDaemon()booleanExecutorThreadPool. isDetailedDump()booleanQueuedThreadPool. isDetailedDump()booleanExecutorThreadPool. isLowOnThreads()booleanQueuedThreadPool. isLowOnThreads()Returns whether this thread pool is low on threads.booleanThreadPool. isLowOnThreads() -
Uses of ManagedAttribute in org.eclipse.jetty.util.thread.strategy
Methods in org.eclipse.jetty.util.thread.strategy with annotations of type ManagedAttribute Modifier and Type Method Description longEatWhatYouKill. getEPCTasksConsumed()longEatWhatYouKill. getPCTasksConsumed()longEatWhatYouKill. getPECTasksExecuted()longEatWhatYouKill. getPICTasksExecuted()booleanEatWhatYouKill. isIdle()
-