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()longMonitoredQueuedThreadPool. getAverageQueueLatency()longMonitoredQueuedThreadPool. getAverageTaskLatency()intQueuedThreadPool. getBusyThreads()intReservedThreadExecutor. getCapacity()intExecutorThreadPool. getIdleThreads()intQueuedThreadPool. getIdleThreads()intThreadPool. getIdleThreads()intExecutorThreadPool. getIdleTimeout()intQueuedThreadPool. getIdleTimeout()Get the maximum thread idle time.longReservedThreadExecutor. getIdleTimeoutMs()intQueuedThreadPool. getLowThreadsThreshold()intMonitoredQueuedThreadPool. getMaxBusyThreads()longMonitoredQueuedThreadPool. getMaxQueueLatency()intMonitoredQueuedThreadPool. getMaxQueueSize()longMonitoredQueuedThreadPool. getMaxTaskLatency()intExecutorThreadPool. getMaxThreads()intQueuedThreadPool. getMaxThreads()Get the maximum number of threads.intExecutorThreadPool. getMinThreads()intQueuedThreadPool. getMinThreads()Get the minimum number of threads.java.lang.StringExecutorThreadPool. getName()java.lang.StringQueuedThreadPool. getName()intReservedThreadExecutor. getPending()intQueuedThreadPool. getQueueSize()Get the size of the job queue.intExecutorThreadPool. getReservedThreads()intQueuedThreadPool. getReservedThreads()Get the number of reserved threads.longMonitoredQueuedThreadPool. getTasks()intExecutorThreadPool. getThreads()intQueuedThreadPool. getThreads()intThreadPool. getThreads()intQueuedThreadPool. getThreadsPriority()Get the priority of the pool threads.booleanExecutorThreadPool. isDaemon()booleanQueuedThreadPool. 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()
-