|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadPool | |
---|---|
org.mortbay.cometd | |
org.mortbay.jetty | |
org.mortbay.jetty.client | |
org.mortbay.jetty.handler.rewrite | |
org.mortbay.thread | |
org.mortbay.thread.concurrent | |
org.mortbay.util |
Uses of ThreadPool in org.mortbay.cometd |
---|
Methods in org.mortbay.cometd that return ThreadPool | |
---|---|
ThreadPool |
BayeuxService.getThreadPool()
|
Methods in org.mortbay.cometd with parameters of type ThreadPool | |
---|---|
void |
BayeuxService.setThreadPool(ThreadPool pool)
Set the threadpool. |
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.client |
---|
Methods in org.mortbay.jetty.client that return ThreadPool | |
---|---|
ThreadPool |
HttpClient.getThreadPool()
|
Methods in org.mortbay.jetty.client with parameters of type ThreadPool | |
---|---|
void |
HttpClient.setThreadPool(ThreadPool threadPool)
|
Uses of ThreadPool in org.mortbay.jetty.handler.rewrite |
---|
Methods in org.mortbay.jetty.handler.rewrite that return ThreadPool | |
---|---|
ThreadPool |
LowThreadsRuleContainer.getThreadPool()
|
Methods in org.mortbay.jetty.handler.rewrite with parameters of type ThreadPool | |
---|---|
void |
LowThreadsRuleContainer.setThreadPool(ThreadPool pool)
|
Uses of ThreadPool in org.mortbay.thread |
---|
Classes in org.mortbay.thread that implement ThreadPool | |
---|---|
class |
BoundedThreadPool
Deprecated. Use QueuedThreadPool |
class |
QueuedThreadPool
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 |