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.LockSession. 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 classLocker.UnLockDeprecated.Fields in org.eclipse.jetty.util.thread declared as Locker.Lock Modifier and Type Field Description private Locker.LockLocker. _unlockMethods in org.eclipse.jetty.util.thread that return Locker.Lock Modifier and Type Method Description Locker.LockLocker. lock()Acquires the lock.Locker.LockLocker. lockIfNotHeld()Deprecated.useLocker.lock()instead
-