cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of Connection class. More...
#include <cstddef>
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <system_error>
#include <utility>
#include <asio/buffer.hpp>
#include <asio/error.hpp>
#include <asio/error_code.hpp>
#include <asio/post.hpp>
#include <asio/write.hpp>
#include <fmt/format.h>
#include "msgpack_rpc/addresses/i_address.h"
#include "msgpack_rpc/common/msgpack_rpc_exception.h"
#include "msgpack_rpc/common/status.h"
#include "msgpack_rpc/common/status_code.h"
#include "msgpack_rpc/config/message_parser_config.h"
#include "msgpack_rpc/logging/logger.h"
#include "msgpack_rpc/messages/buffer_view.h"
#include "msgpack_rpc/messages/message_parser.h"
#include "msgpack_rpc/messages/parsed_message.h"
#include "msgpack_rpc/messages/serialized_message.h"
#include "msgpack_rpc/transport/background_task_state_machine.h"
#include "msgpack_rpc/transport/connection_list.h"
#include "msgpack_rpc/transport/i_connection.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::transport::Connection< AsioSocketType, ConcreteAddressType > |
Class of connections. More... |
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::transport |
Namespace of transport of messages. |
Definition of Connection class.
Definition in file connection.h.