Expand description
Contains functions for parsing Segment protocol
Enums§
- Frame
- Represents a Segment protocol frame
- Parse
Frame Error - Represents frame parsing error
Constants§
- ARRAY_
IDENT - Identifier for array type
- BOOLEAN_
IDENT - Identifier for boolean type
- DOUBLE_
IDENT - Identifier for double type
- ERROR_
IDENT - Identifier for error type
- INTEGER_
IDENT - Identifier for integer type
- MAP_
IDENT - Identifier for map type
- NULL_
IDENT - Identifier for null type
- STRING_
IDENT - Identifier for string type
Functions§
- parse
- Parses the buffered data into frames