dodo  0.0.1
A C++ library to create containerized Linux services
stomp.hpp File Reference
#include <common/bytes.hpp>
#include <list>
#include <string>
Include dependency graph for stomp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  dodo::network::protocol::stomp::Connect
 A STOMP CONNECT frame. More...
 
class  dodo::network::protocol::stomp::Connected
 A STOMP CONNECTED frame. More...
 
class  dodo::network::protocol::stomp::Frame
 A generic STOMP 1.2 frame. More...
 

Namespaces

 dodo
 A C++ platform interface to lean Linux services tailored for containerized deployment.
 
 dodo::network
 Interface for network communication.
 
 dodo::network::protocol
 Application layer protocols.
 
 dodo::network::protocol::stomp
 The STOMP 1.2 protocol (earlier versions not supported).
 

Detailed Description

Defines the dodo::network::protocol::Stomp classes.

Definition in file stomp.hpp.