Home
last modified time | relevance | path

Searched refs:_getGuzzleClient (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php54 $client = $this->_getGuzzleClient($connection->isPersistent());
142 protected function _getGuzzleClient(bool $persistent = true): Client function in Elastica\\Transport\\Guzzle
H A DAwsAuthV4.php18 protected function _getGuzzleClient(bool $persistent = true): Client function in Elastica\\Transport\\AwsAuthV4