|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadPool | |
|---|---|
| org.eclipse.jetty.client | |
| org.eclipse.jetty.server | |
| org.eclipse.jetty.server.handler | |
| org.eclipse.jetty.util.thread | |
| Uses of ThreadPool in org.eclipse.jetty.client |
|---|
| Methods in org.eclipse.jetty.client that return ThreadPool | |
|---|---|
ThreadPool |
HttpClient.getThreadPool()
|
| Methods in org.eclipse.jetty.client with parameters of type ThreadPool | |
|---|---|
void |
HttpClient.setThreadPool(ThreadPool threadPool)
|
| Uses of ThreadPool in org.eclipse.jetty.server |
|---|
| Methods in org.eclipse.jetty.server that return ThreadPool | |
|---|---|
ThreadPool |
Server.getThreadPool()
|
ThreadPool |
AbstractConnector.getThreadPool()
|
| Methods in org.eclipse.jetty.server with parameters of type ThreadPool | |
|---|---|
void |
Server.setThreadPool(ThreadPool threadPool)
|
void |
AbstractConnector.setThreadPool(ThreadPool pool)
|
| Uses of ThreadPool in org.eclipse.jetty.server.handler |
|---|
| Methods in org.eclipse.jetty.server.handler that return ThreadPool | |
|---|---|
ThreadPool |
ConnectHandler.getThreadPool()
|
| Methods in org.eclipse.jetty.server.handler with parameters of type ThreadPool | |
|---|---|
void |
ConnectHandler.setThreadPool(ThreadPool threadPool)
|
| Uses of ThreadPool in org.eclipse.jetty.util.thread |
|---|
| Classes in org.eclipse.jetty.util.thread that implement ThreadPool | |
|---|---|
class |
ExecutorThreadPool
Jetty ThreadPool using java 5 ThreadPoolExecutor This class wraps a ExecutorService as a ThreadPool and
LifeCycle interfaces so that it may be used by the Jetty org.eclipse.jetty.server.Server |
class |
OldQueuedThreadPool
A pool of threads. |
class |
QueuedThreadPool
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||