listen


Description:

public bool listen ()

Makes this start listening on its local address.

When connections come in, this will emit new_connection.

Parameters:

this

a server Socket (which must not already be connected or listening)

Returns:

whether or not this is now listening.