|
CppWAMP
C++11 client library for the WAMP protocol
|
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. | |
Contains the declaration of the Connector abstract base class.