接口 ThreadPool
-
- 所有超级接口:
ThreadPool
@Deprecated public interface ThreadPool extends ThreadPool
已过时。
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 已过时的方法 修饰符和类型 方法 说明 ExecutorgetExecutor(URL url)已过时。default ExecutorgetExecutor(URL url)已过时。Thread pool
-
-
-
方法详细资料
-
getExecutor
default Executor getExecutor(URL url)
已过时。从接口复制的说明:ThreadPoolThread pool- 指定者:
getExecutor在接口中ThreadPool- 参数:
url- URL contains thread parameter- 返回:
- thread pool
-
-