* Set read timeout * * @param float $timeout */
($timeout)
| 127 | * @param float $timeout |
| 128 | */ |
| 129 | public function setTimeoutSecs($timeout) |
| 130 | { |
| 131 | $this->timeout_ = $timeout; |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Whether this transport is open. |
no outgoing calls