Author: adc
Date: Tue Jul 5 19:03:20 2011
New Revision: 1143172
URL: http://svn.apache.org/viewvc?rev=1143172&view=rev
Log:
Javadoc cleaning.
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/api/IoClient.java
Modified: mina/branches/3.0/core/src/main/java/org/apache/mina/api/IoClient.java
URL:
http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/api/IoClient.java?rev=1143172&r1=1143171&r2=1143172&view=diff
==============================================================================
--- mina/branches/3.0/core/src/main/java/org/apache/mina/api/IoClient.java
(original)
+++ mina/branches/3.0/core/src/main/java/org/apache/mina/api/IoClient.java Tue
Jul 5 19:03:20 2011
@@ -23,8 +23,7 @@ import java.net.SocketAddress;
/**
* Connects to endpoint, communicates with the server, and fires events to
- * {@link IoHandler}s.
- *
+ * {@link org.apache.mina.service.IoHandler}s.
*
* @author <a href="http://mina.apache.org">Apache MINA Project</a>
*/
@@ -32,6 +31,8 @@ public interface IoClient extends IoServ
/**
* Returns the connect timeout in milliseconds. The default value is 1
* minute.
+ *
+ * @return the connect timeout in milliseconds
*/
long getConnectTimeoutMillis();
@@ -46,7 +47,6 @@ public interface IoClient extends IoServ
* Connects to the specified remote address.
*
* @param remoteAddress Remote {@link SocketAddress} to connect
- *
* @return the {@link IoFuture} instance which is completed when the
* connection attempt initiated by this call succeeds or fails.
*/
@@ -59,7 +59,6 @@ public interface IoClient extends IoServ
* @param remoteAddress Remote {@link SocketAddress} to connect
* @param localAddress Local {@link SocketAddress} to use while
initiating connection to
* remote {@link SocketAddress}
- *
* @return the {@link IoFuture} instance which is completed when the
* connection attempt initiated by this call succeeds or fails.
*/