get_listeners
Description:
public SList<
unowned Socket>
get_listeners ()
Gets this's list of listening sockets.
You should treat these sockets as read-only; writing to or modifiying any of these sockets may cause this to
malfunction.
Parameters:
Returns:
a list of listening sockets.
|