Package | Description |
---|---|
org.eclipse.jetty.http.spi | |
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingThreadPool |
Modifier and Type | Method and Description |
---|---|
ThreadPool |
Server.getThreadPool() |
Constructor and Description |
---|
Server(ThreadPool pool) |
Modifier and Type | Interface and 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 and Description |
---|---|
class |
ExecutorSizedThreadPool
Deprecated.
|
class |
ExecutorThreadPool
A
ThreadPool.SizedThreadPool wrapper around ThreadPoolExecutor . |
class |
MonitoredQueuedThreadPool
A
QueuedThreadPool subclass that monitors its own activity by recording queue and task statistics. |
class |
QueuedThreadPool |
Copyright © 1995–2023 Webtide. All rights reserved.