jdk/src/share/classes/java/nio/channels/SocketChannel.java
changeset 18274 7c4289125569
parent 18212 22f8c33b0690
parent 18164 68f1bc4eadd4
child 18574 4aeaeb541678
equal deleted inserted replaced
18273:407ff7067681 18274:7c4289125569
   300      */
   300      */
   301     public abstract boolean isConnected();
   301     public abstract boolean isConnected();
   302 
   302 
   303     /**
   303     /**
   304      * Tells whether or not a connection operation is in progress on this
   304      * Tells whether or not a connection operation is in progress on this
   305      * channel.  </p>
   305      * channel.
   306      *
   306      *
   307      * @return  <tt>true</tt> if, and only if, a connection operation has been
   307      * @return  <tt>true</tt> if, and only if, a connection operation has been
   308      *          initiated on this channel but not yet completed by invoking the
   308      *          initiated on this channel but not yet completed by invoking the
   309      *          {@link #finishConnect finishConnect} method
   309      *          {@link #finishConnect finishConnect} method
   310      */
   310      */