Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
Loading...
Searching...
No Matches
BTStompInterfaces.pas File Reference

Functions

string GetCommand ()
 
 SetBytes (const RawByteString Value)
 
 SetCommand (const string Value)
 
 Add (const string Key, const string Value)
 
Integer GetContentLength ()
 
string GetValue (const string Key)
 
TStompHeaders GetHeaders ()
 
TStompHeaderItem GetHeader (const Integer I)
 
string GetText ()
 

Variables

string Command
 
RawByteString Bytes
 
string Text
 
 end
 
 IStompDecoder
 

Function Documentation

◆ Add()

Add ( const string Key,
const string Value )

◆ GetCommand()

string GetCommand ( )

◆ GetContentLength()

Integer GetContentLength ( )

◆ GetHeader()

TStompHeaderItem GetHeader ( const Integer I)

◆ GetHeaders()

TStompHeaders GetHeaders ( )

◆ GetText()

string GetText ( )

◆ GetValue()

string GetValue ( const string Key)

◆ SetBytes()

SetBytes ( const RawByteString Value)

◆ SetCommand()

SetCommand ( const string Value)

Variable Documentation

◆ Bytes

RawByteString Bytes
See also
GetBytes For reading
SetBytes For writing

◆ Command

string Command
See also
GetCommand For reading
SetCommand For writing

◆ end

end

◆ IStompDecoder

IStompDecoder
Initial value:
=
[' ']
IStompFrame CreateFrame (const string Header ,
)
TStompProtocolVersion
Definition BTStompTypes.pas:151

◆ Text

string Text
See also
GetText For reading