Uses of Class
org.eclipse.jetty.util.thread.AutoLock
-
Packages that use AutoLock Package Description org.eclipse.jetty.util.resource Jetty Util : Common Resource Utilitiesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of AutoLock in org.eclipse.jetty.util.resource
Fields in org.eclipse.jetty.util.resource declared as AutoLock Modifier and Type Field Description protected AutoLockURLResource. _lock -
Uses of AutoLock in org.eclipse.jetty.util.thread
Subclasses of AutoLock in org.eclipse.jetty.util.thread Modifier and Type Class Description static classAutoLock.WithConditionA reentrant lock with a condition that can be used in a try-with-resources statement.Methods in org.eclipse.jetty.util.thread that return AutoLock Modifier and Type Method Description AutoLockAutoLock. lock()Acquires the lock.
-