Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.http2 | |
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
Modifier and Type | Field and Description |
---|---|
private AtomicBiInteger |
AbstractConnectionPool.connections
The connectionCount encodes both the total connections plus the pending connection counts, so both can be atomically changed.
|
Modifier and Type | Field and Description |
---|---|
private AtomicBiInteger |
HTTP2Session.remoteStreamCount |
Modifier and Type | Field and Description |
---|---|
private AtomicBiInteger |
QueuedThreadPool._counts
Encodes thread counts:
HiTotal thread count or Integer.MIN_VALUE if stopping
LoNet idle threads == idle threads - job queue size
|