![]() |
Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
|
Functions | |
RawByteString | EncodeFrame (const IStompFrame AFrame, const TStompProtocolVersion AVersion) |
Converts a STOMP frame into a byte array. | |
RawByteString | HeaderEscape (const RawByteString S, const Boolean IsCONNECTFrame, const TStompProtocolVersion Version) |
Escapes special characters in STOMP header values. |
RawByteString EncodeFrame | ( | const IStompFrame | AFrame, |
const TStompProtocolVersion | AVersion ) |
Converts a STOMP frame into a byte array.
AVersion | the STOMP protocol version |
AFrame | the STOMP frame |
RawByteString HeaderEscape | ( | const RawByteString | S, |
const Boolean | IsCONNECTFrame, | ||
const TStompProtocolVersion | Version ) |
Escapes special characters in STOMP header values.
S | The raw header value to escape |
IsCONNECTFrame | Whether this is for a CONNECT frame |
Version | The STOMP protocol version being used |