Uses of Class
org.eclipse.jetty.util.AtomicBiInteger
-
Packages that use AtomicBiInteger 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.server Jetty Server : Core Server APIorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of AtomicBiInteger in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as AtomicBiInteger Modifier and Type Field Description private AtomicBiInteger
AbstractConnectionPool. connections
The connectionCount encodes both the total connections plus the pending connection counts, so both can be atomically changed. -
Uses of AtomicBiInteger in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as AtomicBiInteger Modifier and Type Field Description private AtomicBiInteger
Response. _errorSentAndIncludes
-
Uses of AtomicBiInteger in org.eclipse.jetty.util.thread
Fields in org.eclipse.jetty.util.thread declared as AtomicBiInteger Modifier and Type Field Description private AtomicBiInteger
QueuedThreadPool. _counts
Encodes thread counts: HiTotal thread count or Integer.MIN_VALUE if the pool is stopping LoNet idle threads == idle threads - job queue size.
-