Uses of Interface
org.eclipse.jetty.util.thread.ThreadPoolBudget.Lease
-
Packages that use ThreadPoolBudget.Lease Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of ThreadPoolBudget.Lease in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as ThreadPoolBudget.Lease Modifier and Type Field Description private ThreadPoolBudget.Lease
SelectorManager. _lease
-
Uses of ThreadPoolBudget.Lease in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as ThreadPoolBudget.Lease Modifier and Type Field Description private ThreadPoolBudget.Lease
AbstractConnector. _lease
-
Uses of ThreadPoolBudget.Lease in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement ThreadPoolBudget.Lease Modifier and Type Class Description class
ThreadPoolBudget.Leased
An allocation of threadsFields in org.eclipse.jetty.util.thread declared as ThreadPoolBudget.Lease Modifier and Type Field Description private ThreadPoolBudget.Lease
ReservedThreadExecutor. _lease
private static ThreadPoolBudget.Lease
ThreadPoolBudget. NOOP_LEASE
Methods in org.eclipse.jetty.util.thread that return ThreadPoolBudget.Lease Modifier and Type Method Description static ThreadPoolBudget.Lease
ThreadPoolBudget. leaseFrom(java.util.concurrent.Executor executor, java.lang.Object leasee, int threads)
ThreadPoolBudget.Lease
ThreadPoolBudget. leaseTo(java.lang.Object leasee, int threads)
-