Expand description
Shared protocol handling for sync and async connections.
This module contains common code for VoltDB wire protocol handling, including authentication handshake and response parsing.
Constants§
- PING_
HANDLE - Ping handle constant - used for keep-alive messages
- PROTOCOL_
VERSION - Protocol version byte
Functions§
- build_
auth_ message - Build authentication message for VoltDB connection.
- parse_
auth_ response - Parse authentication response from server.
- parse_
response_ handle - Parse the handle from a response message.
- read_
message - Read a length-prefixed message from a stream.