GenClient({String host = '0.0.0.0', int port = 8080, bool encrypt = true}) { this._host = host; this._port = port; this._encrypt = encrypt; }