Module cdrs::frame [] [src]

frame module contains general Frame functionality.

Modules

frame_auth_challenge
frame_auth_response
frame_auth_success
frame_authenticate
frame_error

This modules contains Cassandra's errors which server could respond to client.

frame_execute
frame_options
frame_prepare
frame_query

Contains Query Frame related functionality.

frame_ready
frame_response
frame_result
frame_startup
frame_supported
parser

Structs

Frame

Enums

Flag

Frame's flag

Opcode
Version

Frame's version

Constants

FLAG_LEN

Number of flag bytes in accordance to protocol.

LENGTH_LEN

Number of body length bytes in accordance to protocol.

OPCODE_LEN

Number of opcode bytes in accordance to protocol.

STREAM_LEN

Number of stream bytes in accordance to protocol.

VERSION_LEN

Number of version bytes in accordance to protocol.