Available on php, hl, lua, cs, neko, cpp, java, macro
A custom value that can be associated with the socket. Can be used to retrieve your custom infos after a select.
Available on php, hl, lua, cs, neko, cpp, java, macro
The stream on which you can read available data. By default the stream is blocking until the requested data is available,
use setBlocking(false) or setTimeout to prevent infinite waiting.
Available on php, hl, lua, cs, neko, cpp, java, macro
The stream on which you can send data. Please note that in case the output buffer you will block while writing the data, use setBlocking(false) or setTimeout to prevent that.