Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php398 $uri = $this->addPortInUrl($response['effective_url'], (int) $port);
442 $uri = $this->addPortInUrl($response['effective_url'], (int) $port);
637 private function addPortInUrl(string $uri, int $port): string function in Elasticsearch\\Connections\\Connection