dodo  0.0.1
A C++ library to create containerized Linux services
network.hpp File Reference
Include dependency graph for network.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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::http
 The HTTP 1.1 protocol.
 
 dodo::network::protocol::stomp
 The STOMP 1.2 protocol (earlier versions not supported).
 

Functions

void dodo::network::closeLibrary ()
 Close the dodo::network library. More...
 
void dodo::network::initLibrary ()
 Initialize the dodo::network library. More...
 

Detailed Description

Includes network headers and implements network::initLibrary() and network::closeLibrary().

Definition in file network.hpp.