public class NettyServerConfig extends Object
Constructor and Description |
---|
NettyServerConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getListenPort() |
int |
getServerAsyncSemaphoreValue() |
int |
getServerCallbackExecutorThreads() |
int |
getServerChannelMaxIdleTimeSeconds() |
int |
getServerOnewaySemaphoreValue() |
int |
getServerSelectorThreads() |
int |
getServerWorkerThreads() |
void |
setListenPort(int listenPort) |
void |
setServerAsyncSemaphoreValue(int serverAsyncSemaphoreValue) |
void |
setServerCallbackExecutorThreads(int serverCallbackExecutorThreads) |
void |
setServerChannelMaxIdleTimeSeconds(int serverChannelMaxIdleTimeSeconds) |
void |
setServerOnewaySemaphoreValue(int serverOnewaySemaphoreValue) |
void |
setServerSelectorThreads(int serverSelectorThreads) |
void |
setServerWorkerThreads(int serverWorkerThreads) |
public int getListenPort()
public void setListenPort(int listenPort)
public int getServerWorkerThreads()
public void setServerWorkerThreads(int serverWorkerThreads)
public int getServerSelectorThreads()
public void setServerSelectorThreads(int serverSelectorThreads)
public int getServerOnewaySemaphoreValue()
public void setServerOnewaySemaphoreValue(int serverOnewaySemaphoreValue)
public int getServerCallbackExecutorThreads()
public void setServerCallbackExecutorThreads(int serverCallbackExecutorThreads)
public int getServerAsyncSemaphoreValue()
public void setServerAsyncSemaphoreValue(int serverAsyncSemaphoreValue)
public int getServerChannelMaxIdleTimeSeconds()
public void setServerChannelMaxIdleTimeSeconds(int serverChannelMaxIdleTimeSeconds)
Copyright © 2014. All Rights Reserved.