| Class | SockIO |
| In: |
lib/network/sockio.rb
|
| Parent: | Object |
The SockIO class implements the low level interface for TCP sockets.
Creates a new SockIO object
read will receive a data from the socket.
read_urgent will receive urgent data from the socket.
write will transmit a message to the socket
write_urgent will write urgent data to the socket.