Emitted once the socket is ready to receive Messages
Provides no arguments
Emitted when the socket is starting to fill up the send buffer, and stops accepting writes. See net.Socket.write for more info.
Provides no arguments
Emit once the socket has emptied the send buffer again. See net.Socket 'drain' for more info.
Provides no arguments
Emitted when the socket has timed out. It will be reconnected once the socket gets an attempted write (or next writable call)
Provides no arguments
Emitted when the socket receives an ACK message. Mostly for internal use.
Emitted when the socket is writable. This is emitted at the same time as the ESTABLISHED and the DRAINED events.
Provides no arguments
Emitted when the socket receives an error.
Provides one argument - the Error object associated with it.
Emitted when the socket is closed for any reason.
Generated using TypeDoc
Emitted once the socket has successfully been opened to the upstream server
Provides no arguments