cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of IConnection class. More...
#include <functional>
#include "msgpack_rpc/addresses/i_address.h"
#include "msgpack_rpc/common/status.h"
#include "msgpack_rpc/messages/parsed_message.h"
#include "msgpack_rpc/messages/serialized_message.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::transport::IConnection |
Interface of connections. More... |
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::transport |
Namespace of transport of messages. |
Definition of IConnection class.
Definition in file i_connection.h.