Callback setter for when all queued data has been sent.
Callback setter for when a connection has been established (if applicable).
Callback setter for when a connection was closed.
Callback setter for when new data is read.
Terminate the connection.
Queue Data for sending.
send queues data for sending in one of five queues, indexed by a numeric priority. MAX_PRIORITY is the highest (least urgent) priority index. DEFAULT_PRIORITY is the default priority
send queues data for sending in one of five queues, indexed by a numeric priority. MAX_PRIORITY is the highest (least urgent) priority index. DEFAULT_PRIORITY is the default priority
Has a connection been established?
Are we in the process of disconnecting? (Waiting for data to be flushed)
Get connection state.
This is the default value for the disconnect reason string parameter.
Common interface for connections and adapters.