类 ThreadPoolFactory
- java.lang.Object
-
- com.github.thierrysquirrel.websocket.netty.core.factory.ThreadPoolFactory
-
public class ThreadPoolFactory extends Object
ClassName: ThreadPoolFactory Description: date: 2020/8/18 0:11- 从以下版本开始:
- JDK 1.8
- 作者:
- ThierrySquirrel
-
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static ThreadPoolExecutorcreateHttpServerHandshakeThreadPool()static ThreadPoolExecutorcreateWebsocketServerBusinessThreadPool()static ThreadPoolExecutorcreateWebsocketServerInitThreadPool()
-
-
-
方法详细资料
-
createHttpServerHandshakeThreadPool
public static ThreadPoolExecutor createHttpServerHandshakeThreadPool()
-
createWebsocketServerBusinessThreadPool
public static ThreadPoolExecutor createWebsocketServerBusinessThreadPool()
-
createWebsocketServerInitThreadPool
public static ThreadPoolExecutor createWebsocketServerInitThreadPool()
-
-