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.LeaseSelectorManager. _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.LeaseAbstractConnector. _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 classThreadPoolBudget.LeasedAn allocation of threadsFields in org.eclipse.jetty.util.thread declared as ThreadPoolBudget.Lease Modifier and Type Field Description private ThreadPoolBudget.LeaseReservedThreadExecutor. _leaseprivate static ThreadPoolBudget.LeaseThreadPoolBudget. NOOP_LEASEMethods in org.eclipse.jetty.util.thread that return ThreadPoolBudget.Lease Modifier and Type Method Description static ThreadPoolBudget.LeaseThreadPoolBudget. leaseFrom(java.util.concurrent.Executor executor, java.lang.Object leasee, int threads)ThreadPoolBudget.LeaseThreadPoolBudget. leaseTo(java.lang.Object leasee, int threads)
-