public class NettyFabricServerConfig
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
NettyFabricServerConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBossGroupThreadCount() |
CompressionLevel |
getFileServerFolderCompressionLevel() |
int |
getFileServerGroupThreadCount() |
java.lang.String |
getNettyFabricServerHost() |
int |
getNettyFabricServerPort() |
int |
getRegistrationGroupThreadCount() |
long |
getRepositoryGetFileTimeout() |
java.nio.file.Path |
getRepositoryParentPath() |
int |
getRPCGroupThreadCount() |
long |
getRPCRelayTimeout() |
long |
getShutdownQuietPeriod() |
long |
getShutdownTimeout() |
int |
getWorkerGroupThreadCount() |
long |
getWorkerStartupTimeout() |
java.lang.String |
toString() |
public int getBossGroupThreadCount()
public CompressionLevel getFileServerFolderCompressionLevel()
public int getFileServerGroupThreadCount()
public java.lang.String getNettyFabricServerHost()
public int getNettyFabricServerPort()
public int getRegistrationGroupThreadCount()
public long getRepositoryGetFileTimeout()
public java.nio.file.Path getRepositoryParentPath()
public int getRPCGroupThreadCount()
public long getRPCRelayTimeout()
public long getShutdownQuietPeriod()
public long getShutdownTimeout()
public int getWorkerGroupThreadCount()
public long getWorkerStartupTimeout()
public java.lang.String toString()
toString in class java.lang.Object