cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of TCPBackend class. More...
#include <memory>
#include <string_view>
#include "msgpack_rpc/config/message_parser_config.h"
#include "msgpack_rpc/executors/i_executor.h"
#include "msgpack_rpc/logging/logger.h"
#include "msgpack_rpc/transport/i_acceptor_factory.h"
#include "msgpack_rpc/transport/i_backend.h"
#include "msgpack_rpc/transport/i_connector.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::transport::tcp::TCPBackend |
Class of backend of TCP. More... |
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. |
Definition of TCPBackend class.
Definition in file tcp_backend.h.