Package pro.gravit.launchserver.config
Class LaunchServerConfig.NettyPerformanceConfig
java.lang.Object
pro.gravit.launchserver.config.LaunchServerConfig.NettyPerformanceConfig
- Enclosing class:
- LaunchServerConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintlongbooleanint -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
usingEpoll
public boolean usingEpoll -
bossThread
public int bossThread -
workerThread
public int workerThread -
schedulerThread
public int schedulerThread -
sessionLifetimeMs
public long sessionLifetimeMs -
maxWebSocketRequestBytes
public int maxWebSocketRequestBytes
-
-
Constructor Details
-
NettyPerformanceConfig
public NettyPerformanceConfig()
-