tuweni / org.apache.tuweni.net.coroutines / CoroutineSocketChannel / shutdownOutput

shutdownOutput

fun shutdownOutput(): CoroutineSocketChannel (source)

Shutdown the connection for writing 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.