|
|||||||||
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
public abstract class BaseIoConnectorConfig
A base implementation of IoConnectorConfig
.
Constructor Summary | |
---|---|
protected |
BaseIoConnectorConfig()
|
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 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, getSessionConfig, getThreadModel, setFilterChainBuilder, setThreadModel |
Constructor Detail |
---|
protected BaseIoConnectorConfig()
Method Detail |
---|
public int getConnectTimeout()
IoConnectorConfig
getConnectTimeout
in interface IoConnectorConfig
public long getConnectTimeoutMillis()
IoConnectorConfig
getConnectTimeoutMillis
in interface IoConnectorConfig
public void setConnectTimeout(int connectTimeout)
IoConnectorConfig
setConnectTimeout
in interface IoConnectorConfig
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |