Returns the cluster's web socket url.
Uri ws([final String? path]) { return _endpoint(secure ? Scheme.wss : Scheme.ws, path); }