Laravoole\Wrapper\SwooleHttpWrapper::__construct PHP Method

__construct() public method

public __construct ( $host, $port )
    public function __construct($host, $port)
    {
        $this->server = new swoole_http_server($host, $port);
    }