Amqp::Wire::AmqpZeroNineOne::ContentHeader
Constants
FLAG_APP_ID = 8_u16
FLAG_CLUSTER_ID = 4_u16
FLAG_CONTENT_ENCODING = 16384_u16
FLAG_CONTENT_TYPE = 32768_u16
Flag-bit constants (MSB→LSB per the spec table).
FLAG_CORRELATION_ID = 1024_u16
FLAG_DELIVERY_MODE = 4096_u16
FLAG_EXPIRATION = 256_u16
FLAG_HEADERS = 8192_u16
FLAG_MESSAGE_ID = 128_u16
FLAG_PRIORITY = 2048_u16
FLAG_REPLY_TO = 512_u16
FLAG_TIMESTAMP = 64_u16
FLAG_TYPE = 32_u16
FLAG_USER_ID = 16_u16
Instance methods
Builds the full header-frame payload (class-id .. property-list).
Encodes only the property flags and property-list tail. The body size is intentionally excluded so fixed-property publishers can reuse the tail.