Enable TCP keep-alive on the socket with the given settings.
Returns a string containing the class name, address, and file descriptor.
Declares notifyRead and notifyWrite.
Retrieve the socket class this class wraps.
The socket this class wraps.
Don't block the process from exiting, even if the socket is ready to receive data. TODO: Not implemented with libev
Don't block the process from exiting, even if the socket is ready to send data. TODO: Not implemented with libev
Interested in read notifications (onReadable)?
Interested in write notifications (onWritable)?
General methods for an asynchronous socket.