Represents a server-bound socket ready for accepting connections
Report a problem
Check if the socket is closed
Local socket address. Could throw an exception if no address bound yet.
The port number of the current server.
Represents a socket lifetime, completes at socket closure
Suspends until a connection is available and returns it or throws if something goes wrong.
Await until socket close