cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of ClientConnector class. More...
#include <atomic>
#include <functional>
#include <memory>
#include <mutex>
#include <utility>
#include <vector>
#include "msgpack_rpc/addresses/uri.h"
#include "msgpack_rpc/clients/impl/reconnection_timer.h"
#include "msgpack_rpc/common/status.h"
#include "msgpack_rpc/common/status_code.h"
#include "msgpack_rpc/config/reconnection_config.h"
#include "msgpack_rpc/executors/i_executor.h"
#include "msgpack_rpc/logging/logger.h"
#include "msgpack_rpc/transport/async_connect.h"
#include "msgpack_rpc/transport/backend_list.h"
#include "msgpack_rpc/transport/i_connection.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::clients::impl::ClientConnector |
Class to establish connections for clients. More... |
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::clients |
Namespace of clients. | |
namespace | msgpack_rpc::clients::impl |
Namespace of internal implementations. |
Definition of ClientConnector class.
Definition in file client_connector.h.