Server.getListeners

Gets @server's list of listening sockets.

You should treat these sockets as read-only; writing to or modifiying any of these sockets may cause @server to malfunction.

(Beware that in contrast to the old soup_server_get_listener(), this function returns #GSockets, not #SoupSockets.)

class Server
ListSG
getListeners
()

Return Value

Type: ListSG

a list of listening sockets.

Meta