Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
DSniffingConnectionPool.php141 private function parseClusterState(string $transportSchema, $nodeInfo): array argument
144 $schemaAddress = $transportSchema . '_address';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
DConnection.php62 protected $transportSchema = 'http'; // TODO depreciate this default variable in Elasticsearch\\Connections\\Connection
143 $this->transportSchema = $hostDetails['scheme'];
222 'scheme' => $this->transportSchema,
248 return $this->transportSchema;