Class SocketConnectorConfig
java.lang.Object
org.apache.mina.common.support.BaseIoServiceConfig
org.apache.mina.common.support.BaseIoConnectorConfig
org.apache.mina.transport.socket.nio.SocketConnectorConfig
- All Implemented Interfaces:
Cloneable,IoConnectorConfig,IoServiceConfig
An
IoConnectorConfig for SocketConnector.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.mina.common.support.BaseIoConnectorConfig
getConnectTimeout, getConnectTimeoutMillis, setConnectTimeoutMethods inherited from class org.apache.mina.common.support.BaseIoServiceConfig
clone, getFilterChain, getFilterChainBuilder, getThreadModel, setFilterChainBuilder, setThreadModelMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.mina.common.IoServiceConfig
clone, getFilterChain, getFilterChainBuilder, getThreadModel, setFilterChainBuilder, setThreadModel
-
Constructor Details
-
SocketConnectorConfig
public SocketConnectorConfig()Creates a new instance.- Throws:
RuntimeIOException- if failed to get the default configuration
-
-
Method Details
-
getSessionConfig
Description copied from interface:IoServiceConfigResturns the default configuration of the newIoSessions.
-