net-coroutines / org.apache.tuweni.net.coroutines / CoroutineSocketChannel / shutdownInput

shutdownInput

fun shutdownInput(): CoroutineSocketChannel (source)

Shutdown the connection for reading without closing the channel.

Exceptions

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.