Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
Loading...
Searching...
No Matches
TBTStompFrame Class Reference
Inheritance diagram for TBTStompFrame:

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)
 

Constructor & Destructor Documentation

◆ TBTStompFrame() [1/2]

TBTStompFrame::TBTStompFrame ( )

◆ TBTStompFrame() [2/2]

TBTStompFrame::TBTStompFrame ( const string ACommand)

◆ ~TBTStompFrame()

TBTStompFrame::~TBTStompFrame ( )

Member Function Documentation

◆ Add()

TBTStompFrame::Add ( const string Key,
const string Value )

◆ GetBytes()

RawByteString TBTStompFrame::GetBytes ( )
protected

◆ GetCommand()

string TBTStompFrame::GetCommand ( )
protected

◆ GetContentLength()

Integer TBTStompFrame::GetContentLength ( )

◆ GetHeader()

TStompHeaderItem TBTStompFrame::GetHeader ( const Integer I)

◆ GetHeaders()

TStompHeaders TBTStompFrame::GetHeaders ( )

◆ GetText()

string TBTStompFrame::GetText ( )
protected

◆ GetValue()

string TBTStompFrame::GetValue ( const string Key)

◆ SetBytes()

TBTStompFrame::SetBytes ( const RawByteString Value)
protected

◆ SetCommand()

TBTStompFrame::SetCommand ( const string Value)
protected

Member Data Documentation

◆ Bytes

RawByteString TBTStompFrame::Bytes
See also
GetBytes For reading
SetBytes For writing

◆ Command

string TBTStompFrame::Command
See also
GetCommand For reading
SetCommand For writing

◆ Text

string TBTStompFrame::Text
See also
GetText For reading