Package | Description |
---|---|
org.eclipse.jetty.http.spi | |
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingThreadPool |
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 |
class |
ReservedThreadExecutor
An Executor using preallocated/reserved Threads from a wrapped Executor.
|
static class |
TryExecutor.NoTryExecutor |
Modifier and Type | Field and Description |
---|---|
static TryExecutor |
TryExecutor.NO_TRY |
Modifier and Type | Method and Description |
---|---|
static TryExecutor |
TryExecutor.asTryExecutor(java.util.concurrent.Executor executor) |
Copyright © 1995–2023 Webtide. All rights reserved.