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

Method flush

lib/php/lib/Transport/TSocket.php:366–369  ·  view source on GitHub ↗

* Flush output to the socket. * * Since read(), readAll() and write() operate on the sockets directly, * this is a no-op * * If you wish to have flushable buffering behaviour, wrap this TSocket * in a TBufferedTransport. */

()

Source from the content-addressed store, hash-verified

364 * in a TBufferedTransport.
365 */
366 public function flush()
367 {
368 // no-op
369 }
370}

Callers 8

serializeMethod · 0.45
deserializeMethod · 0.45
testFlushMethod · 0.45
testFlushMethod · 0.45
testFlushMethod · 0.45
testFlushMethod · 0.45
testFlushMethod · 0.45
testFlushMethod · 0.45

Calls

no outgoing calls

Tested by 6

testFlushMethod · 0.36
testFlushMethod · 0.36
testFlushMethod · 0.36
testFlushMethod · 0.36
testFlushMethod · 0.36
testFlushMethod · 0.36