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

Method setAcceptTimeout

lib/php/lib/Server/TServerSocket.php:81–84  ·  view source on GitHub ↗

* Sets the accept timeout * * @param int $acceptTimeout * @return void */

($acceptTimeout)

Source from the content-addressed store, hash-verified

79 * @return void
80 */
81 public function setAcceptTimeout($acceptTimeout)
82 {
83 $this->acceptTimeout_ = $acceptTimeout;
84 }
85
86 /**
87 * Opens a new socket server handle

Callers 5

testSetAcceptTimeoutMethod · 0.45
testAcceptMethod · 0.45
testAcceptFailedMethod · 0.45
testAcceptMethod · 0.45
testAcceptFailedMethod · 0.45

Calls

no outgoing calls

Tested by 5

testSetAcceptTimeoutMethod · 0.36
testAcceptMethod · 0.36
testAcceptFailedMethod · 0.36
testAcceptMethod · 0.36
testAcceptFailedMethod · 0.36