Class LaunchServerConfig.NettyPerformanceConfig
java.lang.Object
pro.gravit.launchserver.config.LaunchServerConfig.NettyPerformanceConfig
- Enclosing class:
LaunchServerConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionintbooleanintintint -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mode
-
bossThread
public int bossThread -
workerThread
public int workerThread -
schedulerThread
public int schedulerThread -
maxWebSocketRequestBytes
public int maxWebSocketRequestBytes -
disableThreadSafeClientObject
public boolean disableThreadSafeClientObject -
executorType
-
-
Constructor Details
-
NettyPerformanceConfig
public NettyPerformanceConfig()
-