Module: Cql::Io

Defined in:
lib/cql/io.rb,
lib/cql/io/io_reactor.rb,
lib/cql/io/node_connection.rb

Defined Under Namespace

Classes: EventListenerCommand, IoReactor, NodeConnection, RequestCommand, TargetedRequestCommand, UnblockerConnection

Constant Summary collapse

ConnectionError =
Class.new(IoError)
ConnectionClosedError =
Class.new(IoError)
ConnectionTimeoutError =
Class.new(ConnectionError)
NotRunningError =
Class.new(CqlError)
ConnectionNotFoundError =
Class.new(CqlError)
ConnectionBusyError =
Class.new(CqlError)