If you read from a socket input stream after invoking shutdownInput() on the socket, the stream will return EOF. @exception IOException if an I/O error occurs when shutting down thissocket. @since 1.3 @see java.net.Socket#shutdownOutput() @see java.net.Socket#close() @see java.net.Socket#setSoLinger(boolean,int) @see #isInputShutdown
|
|