Hprose\Swoole\Http\Server::start PHP Method

start() public method

public start ( )
    public function start()
    {
        if (is_array($this->settings) && !empty($this->settings)) {
            $this->server->set($this->settings);
        }
        $this->httpHandle($this->server);
        $this->server->start();
    }