Class: Cql::Protocol::Response
- Inherits:
-
Object
- Object
- Cql::Protocol::Response
- Extended by:
- Decoding
- Defined in:
- lib/cql/protocol/response.rb
Direct Known Subclasses
AuthenticateResponse, ErrorResponse, ReadyResponse, ResultResponse, SupportedResponse
Class Method Summary collapse
Methods included from Decoding
read_byte!, read_bytes!, read_consistency!, read_decimal!, read_double!, read_float!, read_inet!, read_int!, read_long!, read_long_string!, read_option!, read_short!, read_short_bytes!, read_string!, read_string_list!, read_string_map!, read_string_multimap!, read_uuid!, read_varint!
Class Method Details
.decode!(buffer) ⇒ Object
9 10 |
# File 'lib/cql/protocol/response.rb', line 9 def self.decode!(buffer) end |