![]() |
Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
|
Public Member Functions | |
| TBTStompFrame () | |
| TBTStompFrame (const string ACommand) | |
| ~TBTStompFrame () | |
| Add (const string Key, const string Value) | |
| Integer | GetContentLength () |
| string | GetValue (const string Key) |
| TStompHeaderItem | GetHeader (const Integer I) |
| TStompHeaders | GetHeaders () |
Public Attributes | |
| string | Command |
| RawByteString | Bytes |
| string | Text |
Protected Member Functions | |
| RawByteString | GetBytes () |
| string | GetCommand () |
| string | GetText () |
| SetBytes (const RawByteString Value) | |
| SetCommand (const string Value) | |
| TBTStompFrame::TBTStompFrame | ( | ) |
| TBTStompFrame::TBTStompFrame | ( | const string | ACommand | ) |
| TBTStompFrame::~TBTStompFrame | ( | ) |
| TBTStompFrame::Add | ( | const string | Key, |
| const string | Value ) |
|
protected |
|
protected |
| Integer TBTStompFrame::GetContentLength | ( | ) |
| TStompHeaderItem TBTStompFrame::GetHeader | ( | const Integer | I | ) |
| TStompHeaders TBTStompFrame::GetHeaders | ( | ) |
|
protected |
| string TBTStompFrame::GetValue | ( | const string | Key | ) |
|
protected |
|
protected |
| string TBTStompFrame::Command |
| string TBTStompFrame::Text |