|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadPool | |
|---|---|
| org.mortbay.jetty | |
| org.mortbay.jetty.grizzly | |
| org.mortbay.thread | |
| org.mortbay.thread.concurrent | |
| org.mortbay.util | |
| Uses of ThreadPool in org.mortbay.jetty |
|---|
| Methods in org.mortbay.jetty that return ThreadPool | |
|---|---|
ThreadPool |
AbstractConnector.getThreadPool()
|
ThreadPool |
Server.getThreadPool()
|
| Methods in org.mortbay.jetty with parameters of type ThreadPool | |
|---|---|
void |
AbstractConnector.setThreadPool(ThreadPool pool)
|
void |
Server.setThreadPool(ThreadPool threadPool)
|
| Uses of ThreadPool in org.mortbay.jetty.grizzly |
|---|
| Methods in org.mortbay.jetty.grizzly with parameters of type ThreadPool | |
|---|---|
void |
JettySelectorThread.setThreadPool(ThreadPool threadPool)
|
| Uses of ThreadPool in org.mortbay.thread |
|---|
| Classes in org.mortbay.thread that implement ThreadPool | |
|---|---|
class |
BoundedThreadPool
A pool of threads. |
| Uses of ThreadPool in org.mortbay.thread.concurrent |
|---|
| Classes in org.mortbay.thread.concurrent that implement ThreadPool | |
|---|---|
class |
ThreadPool
Jetty ThreadPool using java 5 ThreadPoolExecutor This class wraps a ThreadPoolExecutor with the ThreadPool and
LifeCycle interfaces so that it may be used by the Jetty Server |
| Uses of ThreadPool in org.mortbay.util |
|---|
| Classes in org.mortbay.util that implement ThreadPool | |
|---|---|
class |
IO
IO Utilities. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||