Package pro.gravit.launchserver.config
Class LaunchServerConfig.NettyConfig
- java.lang.Object
-
- pro.gravit.launchserver.config.LaunchServerConfig.NettyConfig
-
- Enclosing class:
- LaunchServerConfig
public static class LaunchServerConfig.NettyConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringaddressjava.util.Map<java.lang.String,LaunchServerConfig.NettyUpdatesBind>bindingsLaunchServerConfig.NettyBindAddress[]bindsbooleandisableWebApiInterfacejava.lang.StringdownloadURLbooleanfileServerEnabledbooleanipForwardingjava.lang.StringlauncherEXEURLjava.lang.StringlauncherURLio.netty.handler.logging.LogLevellogLevelLaunchServerConfig.NettyPerformanceConfigperformancebooleansendExceptionEnabledbooleanshowHiddenFiles
-
Constructor Summary
Constructors Constructor Description NettyConfig()
-
-
-
Field Detail
-
fileServerEnabled
public boolean fileServerEnabled
-
sendExceptionEnabled
public boolean sendExceptionEnabled
-
ipForwarding
public boolean ipForwarding
-
disableWebApiInterface
public boolean disableWebApiInterface
-
showHiddenFiles
public boolean showHiddenFiles
-
launcherURL
public java.lang.String launcherURL
-
downloadURL
public java.lang.String downloadURL
-
launcherEXEURL
public java.lang.String launcherEXEURL
-
address
public java.lang.String address
-
bindings
public java.util.Map<java.lang.String,LaunchServerConfig.NettyUpdatesBind> bindings
-
performance
public LaunchServerConfig.NettyPerformanceConfig performance
-
binds
public LaunchServerConfig.NettyBindAddress[] binds
-
logLevel
public io.netty.handler.logging.LogLevel logLevel
-
-