Creates a Server with the given sockets. The sockets must have already had bind and listen called on them.
Class that actually performs listening on a certain address family
Stop listening on this socket.
Start listening on this socket.
Callback for an incoming connection. Connections will not be accepted unless this handler is set.
Callback for an incoming connection. Connections will not be accepted unless this handler is set.
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.
Listener instances
Whether the socket is listening.
An asynchronous connection server for socket-based connections.