| Package | Description |
|---|---|
| org.eclipse.jetty.util.component | |
| org.eclipse.jetty.util.log | |
| org.eclipse.jetty.util.thread |
| 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 |
|---|---|
int |
ThreadPool.getIdleThreads() |
int |
QueuedThreadPool.getIdleThreads() |
int |
QueuedThreadPool.getIdleTimeout()
Get the maximum thread idle time.
|
int |
QueuedThreadPool.getMaxThreads()
Set the maximum number of threads.
|
int |
QueuedThreadPool.getMinThreads()
Get the minimum number of threads.
|
String |
QueuedThreadPool.getName() |
int |
ThreadPool.getThreads() |
int |
QueuedThreadPool.getThreads() |
int |
QueuedThreadPool.getThreadsPriority()
Get the priority of the pool threads.
|
boolean |
QueuedThreadPool.isDaemon()
Delegated to the named or anonymous Pool.
|
boolean |
ThreadPool.isLowOnThreads() |
boolean |
QueuedThreadPool.isLowOnThreads() |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.