The javadoc for the setSoTimeout sez:
* If the timeout expires,
* a <B>java.io.InterruptedIOException</B> is raised, though the
* ServerSocket is still valid.
The reference to ServerSocket is bogus.
* If the timeout expires,
* a <B>java.io.InterruptedIOException</B> is raised, though the
* ServerSocket is still valid.
The reference to ServerSocket is bogus.