cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Implementation of TCPBackend class. More...
#include "msgpack_rpc/transport/tcp/tcp_backend.h"
#include <memory>
#include <utility>
#include "msgpack_rpc/addresses/schemes.h"
#include "msgpack_rpc/common/msgpack_rpc_exception.h"
#include "msgpack_rpc/common/status_code.h"
#include "msgpack_rpc/config/message_parser_config.h"
#include "msgpack_rpc/transport/tcp/tcp_acceptor_factory.h"
#include "msgpack_rpc/transport/tcp/tcp_connector.h"
Go to the source code of this file.
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::transport |
Namespace of transport of messages. | |
namespace | msgpack_rpc::transport::tcp |
Namespace of transport of messages via TCP. |
Implementation of TCPBackend class.
Definition in file tcp_backend.cpp.