public abstract class BaseIoConnectorConfig extends BaseIoServiceConfig implements IoConnectorConfig
IoConnectorConfig.| Modifier | Constructor and Description |
|---|---|
protected |
BaseIoConnectorConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectTimeout()
Returns the connect timeout in seconds.
|
long |
getConnectTimeoutMillis()
Returns the connect timeout in milliseconds.
|
void |
setConnectTimeout(int connectTimeout)
Sets the connect timeout in seconds.
|
clone, getFilterChain, getFilterChainBuilder, getThreadModel, setFilterChainBuilder, setThreadModelequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getFilterChain, getFilterChainBuilder, getSessionConfig, getThreadModel, setFilterChainBuilder, setThreadModelpublic int getConnectTimeout()
IoConnectorConfiggetConnectTimeout in interface IoConnectorConfigpublic long getConnectTimeoutMillis()
IoConnectorConfiggetConnectTimeoutMillis in interface IoConnectorConfigpublic void setConnectTimeout(int connectTimeout)
IoConnectorConfigsetConnectTimeout in interface IoConnectorConfig