Package org.eclipse.jetty.util.thread
Class ThreadPoolBudget.Leased
- java.lang.Object
-
- org.eclipse.jetty.util.thread.ThreadPoolBudget.Leased
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,ThreadPoolBudget.Lease
- Enclosing class:
- ThreadPoolBudget
@Deprecated(since="2021-05-27") public class ThreadPoolBudget.Leased extends java.lang.Object implements ThreadPoolBudget.Lease
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.An allocation of threads
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated.int
getThreads()
Deprecated.
-
-
-
Method Detail
-
getThreads
public int getThreads()
Deprecated.- Specified by:
getThreads
in interfaceThreadPoolBudget.Lease
-
close
public void close()
Deprecated.- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
-