SocketReadyQ
SocketReadyQ[socket]
tests if there is any data immediately available to read from the specified socket.
SocketReadyQ[socket,t]
waits for up to t seconds to see if data becomes available to read.
Details
- Sockets in SocketReadyQ[…] are specified using SocketObject[…].
- SocketReadyQ returns immediately; unlike Read etc., it does not block waiting for data to become available.
- For numeric values, t is interpreted as having units of seconds. A time Quantity can also be used.
Examples
open allclose allBasic Examples (3)
Initially on connection, most websites will not send data until a request is made:
Write a request to the socket and wait for up to 10 seconds for the server's response to arrive:
Open a server socket and connect a client socket to it:
Initially, neither of them has any data available:
Sending a message to the client makes the socket ready for reading:
After reading the message, there is no more data available:
Wait for a response using a Quantity as the second argument:
Text
Wolfram Research (2017), SocketReadyQ, Wolfram Language function, https://reference.wolfram.com/language/ref/SocketReadyQ.html.
CMS
Wolfram Language. 2017. "SocketReadyQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SocketReadyQ.html.
APA
Wolfram Language. (2017). SocketReadyQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SocketReadyQ.html