NetServer.listen

Start listening on the port and host as configured in the {@link hunt.net.NetServerOptions} used when creating the server. <p> The server may not be listening until some time after the call to listen has returned.

@return a reference to this, so the API can be used fluently

  1. void listen()
    interface NetServer
    void
    listen
    ()
  2. void listen(string host, int port)
  3. void listen(int port)

Meta