Start listening on this socket.
Delegate to be called when a connection is accepted.
Class that actually performs listening on a certain address family
Whether the socket is listening.
Listener instances
Start listening on this socket.
Returns all listening addresses.
Returns true if the server is listening for incoming connections.
Stop listening on this socket.
Create a SocketServer using the handle passed on standard input, for which listen had already been called. Used by e.g. FastCGI and systemd sockets with "Listen = yes".
Callback for when the socket was closed.
Callback for an incoming connection. Connections will not be accepted unless this handler is set.
An asynchronous TCP connection server.