Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
DHttpAdapter.php28 private $httpAdapter; variable in Elastica\\Transport\\HttpAdapter
38 public function __construct(?Connection $connection, HttpAdapterInterface $httpAdapter) argument
41 $this->httpAdapter = $httpAdapter;
60 $this->httpAdapter->getConfiguration()->setTimeout($timeout);
66 $httpAdapterResponse = $this->httpAdapter->sendRequest($httpAdapterRequest);