| Package | Description |
|---|---|
| org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ThreadPool.SizedThreadPool |
Specialized sub-interface of ThreadPool that allows to get/set
the minimum and maximum number of threads of the pool.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ExecutorSizedThreadPool |
A
ThreadPool.SizedThreadPool wrapper around ThreadPoolExecutor. |
class |
ExecutorThreadPool |
Deprecated.
use
ExecutorSizedThreadPool instead |
class |
QueuedThreadPool |
Copyright © 1995–2017 Webtide. All rights reserved.