Package pro.gravit.launchserver.config
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 TypeFieldDescriptionintbooleanintintbooleanint -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
usingEpoll
public boolean usingEpoll -
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()
-