start

abstract fun start()

Starts listening for connections.

Only the first call to start will take effect, subsequent invocations will be ignored. Once called, running will return true.

If config.autoStart is set to true, this method will be called automatically by the HttpServerAgent after configuration, if it was not explicitly called by guest code.