Uses of Class
org.eclipse.jetty.util.thread.Locker.Lock
-
Packages that use Locker.Lock Package Description org.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of Locker.Lock in org.eclipse.jetty.server.session
Methods in org.eclipse.jetty.server.session that return Locker.Lock Modifier and Type Method Description Locker.Lock
Session. lock()
Grab the lock on the session -
Uses of Locker.Lock in org.eclipse.jetty.util.thread
Subclasses of Locker.Lock in org.eclipse.jetty.util.thread Modifier and Type Class Description class
Locker.UnLock
Deprecated.Methods in org.eclipse.jetty.util.thread that return Locker.Lock Modifier and Type Method Description Locker.Lock
Locker. lock()
Acquires the lock.Locker.Lock
Locker. lockIfNotHeld()
Deprecated.useLocker.lock()
instead
-