Package | Description |
---|---|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
Modifier and Type | Field and Description |
---|---|
private ThreadPoolBudget.Lease |
SelectorManager._lease |
Modifier and Type | Field and Description |
---|---|
private ThreadPoolBudget.Lease |
AbstractConnector._lease |
Modifier and Type | Class and Description |
---|---|
class |
ThreadPoolBudget.Leased
An allocation of threads
|
Modifier and Type | Field and Description |
---|---|
private ThreadPoolBudget.Lease |
ReservedThreadExecutor._lease |
private static ThreadPoolBudget.Lease |
ThreadPoolBudget.NOOP_LEASE |
Modifier and Type | Method and Description |
---|---|
static ThreadPoolBudget.Lease |
ThreadPoolBudget.leaseFrom(java.util.concurrent.Executor executor,
java.lang.Object leasee,
int threads) |
ThreadPoolBudget.Lease |
ThreadPoolBudget.leaseTo(java.lang.Object leasee,
int threads) |