cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of Server class. More...
#include <atomic>
#include <cassert>
#include <memory>
#include <mutex>
#include <queue>
#include <string>
#include <type_traits>
#include <utility>
#include <variant>
#include "msgpack_rpc/addresses/i_address.h"
#include "msgpack_rpc/common/status.h"
#include "msgpack_rpc/executors/async_invoke.h"
#include "msgpack_rpc/executors/i_executor.h"
#include "msgpack_rpc/executors/operation_type.h"
#include "msgpack_rpc/logging/logger.h"
#include "msgpack_rpc/messages/method_name_view.h"
#include "msgpack_rpc/messages/parsed_message.h"
#include "msgpack_rpc/messages/parsed_notification.h"
#include "msgpack_rpc/messages/parsed_request.h"
#include "msgpack_rpc/messages/serialized_message.h"
#include "msgpack_rpc/methods/i_method_processor.h"
#include "msgpack_rpc/transport/i_connection.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::servers::ServerConnection |
Class to handle connections in servers. More... |
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::servers |
Namespace of servers. |
Definition of Server class.
Definition in file server_connection.h.