| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
| org.eclipse.jetty.util.log |
Jetty Util : Common Logging Integrations
|
| org.eclipse.jetty.util.ssl |
Jetty Util : Common SSL Utility Classes
|
| org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
| org.eclipse.jetty.util.thread.strategy |
| Modifier and Type | Method and Description |
|---|---|
long |
SocketAddressResolver.Async.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractLifeCycle.getState() |
long |
AbstractLifeCycle.getStopTimeout() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Logger> |
Log.getLoggers()
Get a map of all configured
Logger instances. |
boolean |
StdErrLog.isDebugEnabled() |
| Modifier and Type | Method and Description |
|---|---|
String |
SslContextFactory.getCertAlias() |
String |
SslContextFactory.getCrlPath() |
String |
SslContextFactory.getEndpointIdentificationAlgorithm() |
String[] |
SslContextFactory.getExcludeCipherSuites() |
String[] |
SslContextFactory.getExcludeProtocols() |
String[] |
SslContextFactory.getIncludeCipherSuites() |
String[] |
SslContextFactory.getIncludeProtocols() |
String |
SslContextFactory.getKeyManagerFactoryAlgorithm() |
String |
SslContextFactory.getKeyStorePath() |
String |
SslContextFactory.getKeyStoreProvider() |
String |
SslContextFactory.getKeyStoreType() |
int |
SslContextFactory.getMaxCertPathLength() |
boolean |
SslContextFactory.getNeedClientAuth() |
String |
SslContextFactory.getOcspResponderURL() |
String |
SslContextFactory.getProtocol() |
String |
SslContextFactory.getProvider() |
int |
SslContextFactory.getRenegotiationLimit() |
String |
SslContextFactory.getSecureRandomAlgorithm() |
String[] |
SslContextFactory.getSelectedCipherSuites() |
String[] |
SslContextFactory.getSelectedProtocols() |
int |
SslContextFactory.getSslSessionCacheSize()
Get SSL session cache size.
|
int |
SslContextFactory.getSslSessionTimeout()
Get SSL session timeout.
|
String |
SslContextFactory.getTrustManagerFactoryAlgorithm() |
String |
SslContextFactory.getTrustStorePath() |
String |
SslContextFactory.getTrustStoreProvider() |
String |
SslContextFactory.getTrustStoreType() |
boolean |
SslContextFactory.getWantClientAuth() |
boolean |
SslContextFactory.isEnableCRLDP() |
boolean |
SslContextFactory.isEnableOCSP() |
boolean |
SslContextFactory.isRenegotiationAllowed() |
boolean |
SslContextFactory.isSessionCachingEnabled() |
boolean |
SslContextFactory.isTrustAll() |
boolean |
SslContextFactory.isUseCipherSuitesOrder() |
boolean |
SslContextFactory.isValidateCerts() |
boolean |
SslContextFactory.isValidatePeerCerts() |
| Modifier and Type | Method and Description |
|---|---|
int |
ReservedThreadExecutor.getAvailable() |
long |
MonitoredQueuedThreadPool.getAverageQueueLatency() |
long |
MonitoredQueuedThreadPool.getAverageTaskLatency() |
int |
QueuedThreadPool.getBusyThreads() |
int |
ReservedThreadExecutor.getCapacity() |
int |
ThreadPool.getIdleThreads() |
int |
QueuedThreadPool.getIdleThreads() |
int |
ExecutorThreadPool.getIdleThreads() |
int |
QueuedThreadPool.getIdleTimeout()
Get the maximum thread idle time.
|
int |
ExecutorThreadPool.getIdleTimeout() |
long |
ReservedThreadExecutor.getIdleTimeoutMs() |
int |
QueuedThreadPool.getLowThreadsThreshold() |
int |
MonitoredQueuedThreadPool.getMaxBusyThreads() |
long |
MonitoredQueuedThreadPool.getMaxQueueLatency() |
int |
MonitoredQueuedThreadPool.getMaxQueueSize() |
long |
MonitoredQueuedThreadPool.getMaxTaskLatency() |
int |
QueuedThreadPool.getMaxThreads()
Get the maximum number of threads.
|
int |
ExecutorThreadPool.getMaxThreads() |
int |
QueuedThreadPool.getMinThreads()
Get the minimum number of threads.
|
int |
ExecutorThreadPool.getMinThreads() |
String |
QueuedThreadPool.getName() |
String |
ExecutorThreadPool.getName() |
int |
ReservedThreadExecutor.getPending() |
int |
QueuedThreadPool.getQueueSize()
Get the size of the job queue.
|
int |
QueuedThreadPool.getReservedThreads()
Get the number of reserved threads.
|
int |
ExecutorThreadPool.getReservedThreads() |
long |
MonitoredQueuedThreadPool.getTasks() |
int |
ThreadPool.getThreads() |
int |
QueuedThreadPool.getThreads() |
int |
ExecutorThreadPool.getThreads() |
int |
QueuedThreadPool.getThreadsPriority()
Get the priority of the pool threads.
|
boolean |
QueuedThreadPool.isDaemon() |
boolean |
ExecutorThreadPool.isDaemon() |
boolean |
QueuedThreadPool.isDetailedDump() |
boolean |
ExecutorThreadPool.isDetailedDump() |
boolean |
ThreadPool.isLowOnThreads() |
boolean |
QueuedThreadPool.isLowOnThreads()
Returns whether this thread pool is low on threads.
|
boolean |
ExecutorThreadPool.isLowOnThreads() |
| Modifier and Type | Method and Description |
|---|---|
long |
EatWhatYouKill.getEPCTasksConsumed() |
long |
EatWhatYouKill.getPCTasksConsumed() |
long |
EatWhatYouKill.getPECTasksExecuted() |
long |
EatWhatYouKill.getPICTasksExecuted() |
boolean |
EatWhatYouKill.isIdle() |
Copyright © 1995–2018 Webtide. All rights reserved.