Uses of Class
org.eclipse.jetty.util.thread.SerializedExecutor.Link
-
Packages that use SerializedExecutor.Link Package Description org.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of SerializedExecutor.Link in org.eclipse.jetty.util.thread
Fields in org.eclipse.jetty.util.thread with type parameters of type SerializedExecutor.Link Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<SerializedExecutor.Link>SerializedExecutor.Link. _nextprivate java.util.concurrent.atomic.AtomicReference<SerializedExecutor.Link>SerializedExecutor. _tailMethods in org.eclipse.jetty.util.thread with parameters of type SerializedExecutor.Link Modifier and Type Method Description private voidSerializedExecutor. run(SerializedExecutor.Link link)
-