fun shutdownInput(): CoroutineSocketChannel
(source)
Shutdown the connection for reading without closing the channel.
NotYetConnectedException
- If this channel is not yet connected.
ClosedChannelException
- If the channel is closed.
IOException
- If some other I/O error occurs.
Return
This channel.