cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
i_connector.h File Reference

Definition of IConnector class. More...

#include <functional>
#include <memory>
#include "msgpack_rpc/addresses/uri.h"
#include "msgpack_rpc/common/status.h"
#include "msgpack_rpc/transport/i_connection.h"
Include dependency graph for i_connector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_rpc::transport::IConnector
 Interface of connectors to connect to endpoints of acceptors. More...

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::transport
 Namespace of transport of messages.

Detailed Description

Definition of IConnector class.

Definition in file i_connector.h.