CppWAMP
C++11 client library for the WAMP protocol
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
connector.hpp File Reference

Contains the declaration of the Connector abstract base class. More...

#include <functional>
#include <memory>
#include <system_error>
#include <vector>
#include "api.hpp"
#include "asiodefs.hpp"

Go to the source code of this file.

Classes

class  wamp::Connector
 Abstract base class for establishing client transport endpoints. More...
 

Namespaces

 wamp
 

Typedefs

using wamp::ConnectorList = std::vector< Connector::Ptr >
 List of Connector objects to use when attempting connection.
 

Detailed Description

Contains the declaration of the Connector abstract base class.