Acceptable
Represents a socket source, for example server socket
Inherited Properties
abstract val socketContext: Job Represents a socket lifetime, completes at socket closure |
Functions
abstract suspend fun accept(): S accepts socket connection or suspends if none yet available. |
Inherited Functions
open fun dispose(): Unit |
Extension Properties
Check if the socket is closed |
Extension Functions
Await until socket close |
Inheritors
interface ServerSocket : Represents a server bound socket ready for accepting connections |