📄 abstractioconnector.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/apache/mina/common/AbstractIoConnector.html#setConnectTimeout(int)">setConnectTimeout</A></B>(int connectTimeout)</CODE><BR> Sets the connect timeout in seconds.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/apache/mina/common/AbstractIoConnector.html#setDefaultRemoteAddress(java.net.SocketAddress)">setDefaultRemoteAddress</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/net/SocketAddress.html?is-external=true" title="class or interface in java.net">SocketAddress</A> defaultRemoteAddress)</CODE><BR> Sets the default remote address to connect to when no argument is specified in <A HREF="../../../../org/apache/mina/common/IoConnector.html#connect()"><CODE>IoConnector.connect()</CODE></A> method.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/apache/mina/common/AbstractIoConnector.html#toString()">toString</A></B>()</CODE><BR> </TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.apache.mina.common.AbstractIoService"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class org.apache.mina.common.<A HREF="../../../../org/apache/mina/common/AbstractIoService.html" title="class in org.apache.mina.common">AbstractIoService</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/apache/mina/common/AbstractIoService.html#addListener(org.apache.mina.common.IoServiceListener)">addListener</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#broadcast(java.lang.Object)">broadcast</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#decreaseScheduledWriteMessages()">decreaseScheduledWriteMessages</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#dispose()">dispose</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#dispose0()">dispose0</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#finishSessionInitialization(org.apache.mina.common.IoSession, org.apache.mina.common.IoFuture, org.apache.mina.common.IoSessionInitializer)">finishSessionInitialization</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getActivationTime()">getActivationTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getBothIdleCount()">getBothIdleCount</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getBothIdleTime()">getBothIdleTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getBothIdleTimeInMillis()">getBothIdleTimeInMillis</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getCumulativeManagedSessionCount()">getCumulativeManagedSessionCount</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getFilterChain()">getFilterChain</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getFilterChainBuilder()">getFilterChainBuilder</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getHandler()">getHandler</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getIdleCount(org.apache.mina.common.IdleStatus)">getIdleCount</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getIdleTime(org.apache.mina.common.IdleStatus)">getIdleTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getIdleTimeInMillis(org.apache.mina.common.IdleStatus)">getIdleTimeInMillis</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLargestManagedSessionCount()">getLargestManagedSessionCount</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLargestReadBytesThroughput()">getLargestReadBytesThroughput</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLargestReadMessagesThroughput()">getLargestReadMessagesThroughput</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLargestWrittenBytesThroughput()">getLargestWrittenBytesThroughput</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLargestWrittenMessagesThroughput()">getLargestWrittenMessagesThroughput</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLastBothIdleTime()">getLastBothIdleTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLastIdleTime(org.apache.mina.common.IdleStatus)">getLastIdleTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLastIoTime()">getLastIoTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLastReaderIdleTime()">getLastReaderIdleTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLastReadTime()">getLastReadTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLastWriterIdleTime()">getLastWriterIdleTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getLastWriteTime()">getLastWriteTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getListeners()">getListeners</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getManagedSessionCount()">getManagedSessionCount</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getManagedSessions()">getManagedSessions</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getReadBytes()">getReadBytes</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getReadBytesThroughput()">getReadBytesThroughput</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getReaderIdleCount()">getReaderIdleCount</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getReaderIdleTime()">getReaderIdleTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getReaderIdleTimeInMillis()">getReaderIdleTimeInMillis</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getReadMessages()">getReadMessages</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getReadMessagesThroughput()">getReadMessagesThroughput</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getScheduledWriteBytes()">getScheduledWriteBytes</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getScheduledWriteMessages()">getScheduledWriteMessages</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getSessionConfig()">getSessionConfig</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getSessionDataStructureFactory()">getSessionDataStructureFactory</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getThroughputCalculationInterval()">getThroughputCalculationInterval</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getThroughputCalculationIntervalInMillis()">getThroughputCalculationIntervalInMillis</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getWriterIdleCount()">getWriterIdleCount</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getWriterIdleTime()">getWriterIdleTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getWriterIdleTimeInMillis()">getWriterIdleTimeInMillis</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getWrittenBytes()">getWrittenBytes</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getWrittenBytesThroughput()">getWrittenBytesThroughput</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getWrittenMessages()">getWrittenMessages</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#getWrittenMessagesThroughput()">getWrittenMessagesThroughput</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#increaseReadBytes(long, long)">increaseReadBytes</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#increaseReadMessages(long)">increaseReadMessages</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#increaseScheduledWriteBytes(long)">increaseScheduledWriteBytes</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#increaseScheduledWriteMessages()">increaseScheduledWriteMessages</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#increaseWrittenBytes(long, long)">increaseWrittenBytes</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#increaseWrittenMessages(long)">increaseWrittenMessages</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#isActive()">isActive</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#isBothIdle()">isBothIdle</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#isDisposed()">isDisposed</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#isDisposing()">isDisposing</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#isIdle(org.apache.mina.common.IdleStatus)">isIdle</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#isReaderIdle()">isReaderIdle</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#isWriterIdle()">isWriterIdle</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#notifyIdleness(long)">notifyIdleness</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#removeListener(org.apache.mina.common.IoServiceListener)">removeListener</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#setBothIdleTime(int)">setBothIdleTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#setFilterChainBuilder(org.apache.mina.common.IoFilterChainBuilder)">setFilterChainBuilder</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#setHandler(org.apache.mina.common.IoHandler)">setHandler</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#setIdleTime(org.apache.mina.common.IdleStatus, int)">setIdleTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#setLastReadTime(long)">setLastReadTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#setLastWriteTime(long)">setLastWriteTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#setReaderIdleTime(int)">setReaderIdleTime</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#setSessionDataStructureFactory(org.apache.mina.common.IoSessionDataStructureFactory)">setSessionDataStructureFactory</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#setThroughputCalculationInterval(int)">setThroughputCalculationInterval</A>, <A HREF="../../../../org/apache/mina/common/AbstractIoService.html#setWriterIdleTime(int)">setWriterIdleTime</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.apache.mina.common.IoService"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface org.apache.mina.common.<A HREF="../../../../org/apache/mina/common/IoService.html" title="interface in org.apache.mina.common">IoService</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/apache/mina/common/IoService.html#addListener(org.apache.mina.common.IoServiceListener)">addListener</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#broadcast(java.lang.Object)">broadcast</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#dispose()">dispose</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getActivationTime()">getActivationTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getBothIdleCount()">getBothIdleCount</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getBothIdleTime()">getBothIdleTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getBothIdleTimeInMillis()">getBothIdleTimeInMillis</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getCumulativeManagedSessionCount()">getCumulativeManagedSessionCount</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getFilterChain()">getFilterChain</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getFilterChainBuilder()">getFilterChainBuilder</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getHandler()">getHandler</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getIdleCount(org.apache.mina.common.IdleStatus)">getIdleCount</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getIdleTime(org.apache.mina.common.IdleStatus)">getIdleTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getIdleTimeInMillis(org.apache.mina.common.IdleStatus)">getIdleTimeInMillis</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLargestManagedSessionCount()">getLargestManagedSessionCount</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLargestReadBytesThroughput()">getLargestReadBytesThroughput</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLargestReadMessagesThroughput()">getLargestReadMessagesThroughput</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLargestWrittenBytesThroughput()">getLargestWrittenBytesThroughput</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLargestWrittenMessagesThroughput()">getLargestWrittenMessagesThroughput</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLastBothIdleTime()">getLastBothIdleTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLastIdleTime(org.apache.mina.common.IdleStatus)">getLastIdleTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLastIoTime()">getLastIoTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLastReaderIdleTime()">getLastReaderIdleTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLastReadTime()">getLastReadTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLastWriterIdleTime()">getLastWriterIdleTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getLastWriteTime()">getLastWriteTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getManagedSessionCount()">getManagedSessionCount</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getManagedSessions()">getManagedSessions</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getReadBytes()">getReadBytes</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getReadBytesThroughput()">getReadBytesThroughput</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getReaderIdleCount()">getReaderIdleCount</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getReaderIdleTime()">getReaderIdleTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getReaderIdleTimeInMillis()">getReaderIdleTimeInMillis</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getReadMessages()">getReadMessages</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getReadMessagesThroughput()">getReadMessagesThroughput</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getScheduledWriteBytes()">getScheduledWriteBytes</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getScheduledWriteMessages()">getScheduledWriteMessages</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getSessionConfig()">getSessionConfig</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getSessionDataStructureFactory()">getSessionDataStructureFactory</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getThroughputCalculationInterval()">getThroughputCalculationInterval</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getThroughputCalculationIntervalInMillis()">getThroughputCalculationIntervalInMillis</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getTransportMetadata()">getTransportMetadata</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getWriterIdleCount()">getWriterIdleCount</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getWriterIdleTime()">getWriterIdleTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getWriterIdleTimeInMillis()">getWriterIdleTimeInMillis</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getWrittenBytes()">getWrittenBytes</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getWrittenBytesThroughput()">getWrittenBytesThroughput</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getWrittenMessages()">getWrittenMessages</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#getWrittenMessagesThroughput()">getWrittenMessagesThroughput</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#isActive()">isActive</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#isBothIdle()">isBothIdle</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#isDisposed()">isDisposed</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#isDisposing()">isDisposing</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#isIdle(org.apache.mina.common.IdleStatus)">isIdle</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#isReaderIdle()">isReaderIdle</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#isWriterIdle()">isWriterIdle</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#removeListener(org.apache.mina.common.IoServiceListener)">removeListener</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#setBothIdleTime(int)">setBothIdleTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#setFilterChainBuilder(org.apache.mina.common.IoFilterChainBuilder)">setFilterChainBuilder</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#setHandler(org.apache.mina.common.IoHandler)">setHandler</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#setIdleTime(org.apache.mina.common.IdleStatus, int)">setIdleTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#setReaderIdleTime(int)">setReaderIdleTime</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#setSessionDataStructureFactory(org.apache.mina.common.IoSessionDataStructureFactory)">setSessionDataStructureFactory</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#setThroughputCalculationInterval(int)">setThroughputCalculationInterval</A>, <A HREF="../../../../org/apache/mina/common/IoService.html#setWriterIdleTime(int)">setWriterIdleTime</A></CODE></TD></TR></TABLE> <P><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="AbstractIoConnector(org.apache.mina.common.IoSessionConfig)"><!-- --></A><H3>AbstractIoConnector</H3><PRE>protected <B>AbstractIoConnector</B>(<A HREF="../../../../org/apache/mina/common/IoSessionConfig.html" title="interface in org.apache.mina.common">IoSessionConfig</A> sessionConfig)</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getConnectTimeout()"><!-- --></A><H3>getConnectTimeout</H3><PRE>public final int <B>getConnectTimeout</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/mina/common/IoConnector.html#getConnectTimeout()">IoConnector</A></CODE></B></DD><DD>Returns the connect timeout in seconds. The default value is 1 minute.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/mina/common/IoConnector.html#getConnectTimeout()">getConnectTimeout</A></CODE> in interface <CODE><A HREF="../../../../org/apache/mina/common/IoConnector.html" title="interface in org.apache.mina.common">IoConnector</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getConnectTimeoutMillis()"><!-- --></A><H3>getConnectTimeoutMillis</H3><PRE>public final long <B>getConnectTimeoutMillis</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/mina/common/IoConnector.html#getConnectTimeoutMillis()">IoConnector</A></CODE></B></DD><DD>Returns the connect timeout in milliseconds. The default value is 1 minute.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/mina/common/IoConnector.html#getConnectTimeoutMillis()">getConnectTimeoutMillis</A></CODE> in interface <CODE><A HREF="../../../../org/apache/mina/common/IoConnector.html" title="interface in org.apache.mina.common">IoConnector</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setConnectTimeout(int)"><!-- --></A><H3>setConnectTimeout</H3><PRE>public final void <B>setConnectTimeout</B>(int connectTimeout)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/mina/common/IoConnector.html#setConnectTimeout(int)">IoConnector</A></CODE></B></DD><DD>Sets the connect timeout in seconds. The default value is 1 minute.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/mina/common/IoConnector.html#setConnectTimeout(int)">setConnectTimeout</A></CODE> in interface <CODE><A HREF="../../../../org/apache/mina/common/IoConnector.html" title="interface in org.apache.mina.common">IoConnector</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getDefaultRemoteAddress()"><!-- --></A><H3>getDefaultRemoteAddress</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/net/SocketAddress.html?is-external=true" title="class or interface in java.net">SocketAddress</A> <B>getDefaultRemoteAddress</B>()</PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -