|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.common.support.BaseIoServiceConfig
org.apache.mina.common.support.BaseIoConnectorConfig
org.apache.mina.transport.socket.nio.SocketConnectorConfig
public class SocketConnectorConfig
An IoConnectorConfig
for SocketConnector
.
Constructor Summary | |
---|---|
SocketConnectorConfig()
Creates a new instance. |
Method Summary | |
---|---|
SocketSessionConfig |
getSessionConfig()
Resturns the default configuration of the new IoSession s. |
Methods inherited from class org.apache.mina.common.support.BaseIoConnectorConfig |
---|
getConnectTimeout, getConnectTimeoutMillis, setConnectTimeout |
Methods inherited from class org.apache.mina.common.support.BaseIoServiceConfig |
---|
clone, getFilterChain, getFilterChainBuilder, getThreadModel, setFilterChainBuilder, setThreadModel |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.mina.common.IoServiceConfig |
---|
clone, getFilterChain, getFilterChainBuilder, getThreadModel, setFilterChainBuilder, setThreadModel |
Constructor Detail |
---|
public SocketConnectorConfig()
RuntimeIOException
- if failed to get the default configurationMethod Detail |
---|
public SocketSessionConfig getSessionConfig()
IoServiceConfig
IoSession
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |