Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php20 if (!$persistent || !self::$_guzzleClientConnection) {
24 self::$_guzzleClientConnection = new Client([
29 return self::$_guzzleClientConnection;
H A DGuzzle.php39 protected static $_guzzleClientConnection; variable in Elastica\\Transport\\Guzzle
144 if (!$persistent || !self::$_guzzleClientConnection) {
145 self::$_guzzleClientConnection = new Client();
148 return self::$_guzzleClientConnection;