A STOMP CONNECTED frame.
More...
#include <stomp.hpp>
A STOMP CONNECTED frame.
Definition at line 203 of file stomp.hpp.
◆ Connected()
dodo::network::protocol::stomp::Connected::Connected |
( |
const Version & |
version | ) |
|
|
inline |
Constructor.
- Parameters
-
version | The STOMP protocol version. |
Definition at line 210 of file stomp.hpp.
◆ generate()
virtual void dodo::network::protocol::stomp::Connected::generate |
( |
common::Bytes & |
frame | ) |
const |
|
virtual |
◆ heartbeat_in_ms_
size_t dodo::network::protocol::stomp::Connected::heartbeat_in_ms_ |
|
protected |
Desired incoming heartbeat delay in milliseconds.
Definition at line 231 of file stomp.hpp.
◆ heartbeat_out_ms_
size_t dodo::network::protocol::stomp::Connected::heartbeat_out_ms_ |
|
protected |
Offered outgoing heartbeat delay in milliseconds.
Definition at line 228 of file stomp.hpp.
◆ server_
std::string dodo::network::protocol::stomp::Connected::server_ |
|
protected |
◆ session_id_
std::string dodo::network::protocol::stomp::Connected::session_id_ |
|
protected |
◆ version_
Version dodo::network::protocol::stomp::Connected::version_ |
|
protected |
STOMP protocol version required in CONNECT handshake.
Definition at line 225 of file stomp.hpp.
The documentation for this class was generated from the following file: