Server.getListener

Gets @server's listening socket, if you are using the old API.

You should treat this socket as read-only; writing to it or modifiying it may cause @server to malfunction.

More...
class Server
getListener
()

Return Value

Type: Socket

the listening socket.

Detailed Description

Deprecated: If you are using soup_server_listen(), etc, then use soup_server_get_listeners() to get a list of all listening sockets, but note that that function returns #GSockets, not #SoupSockets.

Meta