Once shutdown for writing then further attempts to write to the channel will throw {@link ClosedChannelException}. If the output side of the connection is already shutdown then invoking this method has no effect. @return The channel @throws NotYetConnectedException If this channel is not yet connected @throws ClosedChannelException If this channel is closed @throws IOException If some other I/O error occurs @since 1.7
|
|