net-coroutines / org.apache.tuweni.net.coroutines / CoroutineServerSocketChannel / open

open

fun open(group: CoroutineChannelGroup = CommonCoroutineGroup): CoroutineServerSocketChannel (source)

Opens a server-socket channel.

Parameters

selector - The selector to use with this channel (defaults to CommonCoroutineSelector).

Exceptions

IOException - If an I/O error occurs.

Return
A new channel.