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:

this

a Server

Returns:

a list of listening sockets.