| Package | Description |
|---|---|
| org.apache.coyote.http11 | |
| org.apache.tomcat.util.net | |
| org.apache.tomcat.util.threads |
| Modifier and Type | Field and Description |
|---|---|
protected ThreadPool |
Http11Processor.threadPool |
protected ThreadPool |
Http11Protocol.tp |
| Modifier and Type | Method and Description |
|---|---|
void |
Http11Processor.setThreadPool(ThreadPool threadPool) |
| Constructor and Description |
|---|
PoolTcpEndpoint(ThreadPool tp) |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadPoolMX
Deprecated.
This was an attempt to introduce a JMX dependency. A better solution
was the ThreadPoolListener - which is more powerfull and provides the same
features. The class is here for backward compatibility, all the methods are in
super().
|
| Modifier and Type | Method and Description |
|---|---|
static ThreadPool |
ThreadPool.createThreadPool(boolean jmx)
Create a ThreadPool instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadPool.ThreadPoolListener.threadEnd(ThreadPool tp,
Thread t) |
void |
ThreadPool.ThreadPoolListener.threadStart(ThreadPool tp,
Thread t) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.