MCPcopy Create free account
hub / github.com/apache/thrift / setConnectionTimeoutSecs

Method setConnectionTimeoutSecs

lib/php/lib/Transport/TCurlClient.php:139–142  ·  view source on GitHub ↗

* Set connection timeout * * @param float $connectionTimeout */

($connectionTimeout)

Source from the content-addressed store, hash-verified

137 * @param float $connectionTimeout
138 */
139 public function setConnectionTimeoutSecs($connectionTimeout)
140 {
141 $this->connectionTimeout_ = $connectionTimeout;
142 }
143
144 /**
145 * Whether this transport is open.

Callers 2

testFlushMethod · 0.80

Calls

no outgoing calls

Tested by 2

testFlushMethod · 0.64