Expand description
This module provides an async CloudProtoSocket Stream + Sink that handles CloudProtoPackets.
CLOUDPROTO is a packet-based big endian binary protocol that transports events or other payloads. The framing layer handles the common outer header/framing, but ignores the inner service-specific payload format and interpretation of packet kinds.
Structs§
- Cloud
Proto Packet - The common framing packet structure of the protocol
- Cloud
Proto Socket - The common socket that carries framing-layer
packetsused by higher level protocols
Enums§
Constants§
- DEFAULT_
MAX_ FRAME_ LENGTH - Default maximum size of a single
CloudProtoPacket, including header