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

Public Member Functions

 Trace (const string S)
 
IURI GetURI ()
 
 SetCommAdapter (const IStompCommAdapter Value)
 
Boolean GetConnected ()
 
 TBTStompConnection ()
 
 Connect ()
 Connect to the server.
 
 Disconnect ()
 Disconnect from the server.
 
Integer DefaultPort ()
 Returns the default STOMP port.
 
string GetURIParam (const string AKey)
 Get parameter AKey of the connection URI params.
 

Public Attributes

IStompCommAdapter FCommAdapter
 
string FUsername
 
string FPassword
 
string FClientID
 
IStompCommAdapter CommAdapter
 The installed communication adapter.
 
string ClientID
 Specifies the Client ID which is used to denote a durable subscriber.
 
Boolean Connected
 The connected state of the communication adapter.
 
string Username
 
string Password
 
IURI URI
 

Protected Member Functions

 SetURI (const IURI Value)
 

Constructor & Destructor Documentation

◆ TBTStompConnection()

TBTStompConnection::TBTStompConnection ( )

Member Function Documentation

◆ Connect()

TBTStompConnection::Connect ( )

Connect to the server.

◆ DefaultPort()

Integer TBTStompConnection::DefaultPort ( )

Returns the default STOMP port.

This is a broker-specific value.

◆ Disconnect()

TBTStompConnection::Disconnect ( )

Disconnect from the server.

◆ GetConnected()

Boolean TBTStompConnection::GetConnected ( )

◆ GetURI()

IURI TBTStompConnection::GetURI ( )

◆ GetURIParam()

string TBTStompConnection::GetURIParam ( const string AKey)

Get parameter AKey of the connection URI params.

◆ SetCommAdapter()

TBTStompConnection::SetCommAdapter ( const IStompCommAdapter Value)

◆ SetURI()

TBTStompConnection::SetURI ( const IURI Value)
protected

◆ Trace()

TBTStompConnection::Trace ( const string S)

Member Data Documentation

◆ ClientID

string TBTStompConnection::ClientID

Specifies the Client ID which is used to denote a durable subscriber.

See also
FClientID For reading
FClientID For writing

◆ CommAdapter

IStompCommAdapter TBTStompConnection::CommAdapter

The installed communication adapter.

See also
FCommAdapter For reading
SetCommAdapter For writing

◆ Connected

Boolean TBTStompConnection::Connected

The connected state of the communication adapter.

See also
GetConnected For reading

◆ FClientID

string TBTStompConnection::FClientID

◆ FCommAdapter

IStompCommAdapter TBTStompConnection::FCommAdapter

◆ FPassword

string TBTStompConnection::FPassword

◆ FUsername

string TBTStompConnection::FUsername

◆ Password

string TBTStompConnection::Password
See also
FPassword For reading
FPassword For writing

◆ URI

IURI TBTStompConnection::URI
See also
GetURI For reading
SetURI For writing

◆ Username

string TBTStompConnection::Username
See also
FUsername For reading
FUsername For writing