|
QAMQP
|
| Base class for any frames. Implement main methods for serialize and deserialize raw frame data. All frames start with a 7-octet header composed of a type field (octet), a channel field (short integer) and a size field (long integer): | |
| Class for working with method frames. Implement main methods for serialize and deserialize raw method frame data. Method frame bodies consist of an invariant list of data fields, called "arguments". All method bodies start with identifier numbers for the class and method: | |
| Class for working with content frames. Implement main methods for serialize and deserialize raw content frame data. A content header payload has this format: | |
1.8.1.2