public class NettyClientConfig extends Object
Constructor and Description |
---|
NettyClientConfig() |
Modifier and Type | Method and Description |
---|---|
long |
getChannelNotActiveInterval() |
int |
getClientAsyncSemaphoreValue() |
int |
getClientCallbackExecutorThreads() |
int |
getClientChannelMaxIdleTimeSeconds() |
int |
getClientOnewaySemaphoreValue() |
int |
getClientSelectorThreads() |
int |
getClientWorkerThreads() |
long |
getConnectTimeoutMillis() |
void |
setChannelNotActiveInterval(long channelNotActiveInterval) |
void |
setClientAsyncSemaphoreValue(int clientAsyncSemaphoreValue) |
void |
setClientCallbackExecutorThreads(int clientCallbackExecutorThreads) |
void |
setClientChannelMaxIdleTimeSeconds(int clientChannelMaxIdleTimeSeconds) |
void |
setClientOnewaySemaphoreValue(int clientOnewaySemaphoreValue) |
void |
setClientSelectorThreads(int clientSelectorThreads) |
void |
setClientWorkerThreads(int clientWorkerThreads) |
void |
setConnectTimeoutMillis(long connectTimeoutMillis) |
public int getClientWorkerThreads()
public void setClientWorkerThreads(int clientWorkerThreads)
public int getClientSelectorThreads()
public void setClientSelectorThreads(int clientSelectorThreads)
public int getClientOnewaySemaphoreValue()
public void setClientOnewaySemaphoreValue(int clientOnewaySemaphoreValue)
public long getConnectTimeoutMillis()
public void setConnectTimeoutMillis(long connectTimeoutMillis)
public int getClientCallbackExecutorThreads()
public void setClientCallbackExecutorThreads(int clientCallbackExecutorThreads)
public long getChannelNotActiveInterval()
public void setChannelNotActiveInterval(long channelNotActiveInterval)
public int getClientAsyncSemaphoreValue()
public void setClientAsyncSemaphoreValue(int clientAsyncSemaphoreValue)
public int getClientChannelMaxIdleTimeSeconds()
public void setClientChannelMaxIdleTimeSeconds(int clientChannelMaxIdleTimeSeconds)
Copyright © 2014. All Rights Reserved.