org.apache.mina.common

Interface IoConnectorConfig

All Superinterfaces:
Cloneable, IoServiceConfig
Known Implementing Classes:
BaseIoConnectorConfig, DatagramConnectorConfig, SocketConnectorConfig

public interface IoConnectorConfig
extends IoServiceConfig

A configuration which is used to configure IoConnector.

Method Summary

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.

Methods inherited from interface org.apache.mina.common.IoServiceConfig

clone, getFilterChain, getFilterChainBuilder, getSessionConfig, getThreadModel, setFilterChainBuilder, setThreadModel

Method Details

getConnectTimeout

public int getConnectTimeout()
Returns the connect timeout in seconds.

getConnectTimeoutMillis

public long getConnectTimeoutMillis()
Returns the connect timeout in milliseconds.

setConnectTimeout

public void setConnectTimeout(int connectTimeout)
Sets the connect timeout in seconds.