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.

class Server
getListeners
()

Return Value

Type: gio.socket.Socket[]

a list of listening sockets.