cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of ServerBuilderImpl class. More...
#include <memory>
#include <utility>
#include <vector>
#include "msgpack_rpc/addresses/uri.h"
#include "msgpack_rpc/common/msgpack_rpc_exception.h"
#include "msgpack_rpc/common/status_code.h"
#include "msgpack_rpc/executors/i_async_executor.h"
#include "msgpack_rpc/logging/logger.h"
#include "msgpack_rpc/methods/i_method.h"
#include "msgpack_rpc/methods/i_method_processor.h"
#include "msgpack_rpc/methods/method_processor.h"
#include "msgpack_rpc/servers/impl/i_server_builder_impl.h"
#include "msgpack_rpc/servers/impl/i_server_impl.h"
#include "msgpack_rpc/servers/impl/server_impl.h"
#include "msgpack_rpc/transport/backend_list.h"
#include "msgpack_rpc/transport/i_acceptor.h"
#include "msgpack_rpc/transport/i_acceptor_factory.h"
#include "msgpack_rpc/transport/i_backend.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::servers::impl::ServerBuilderImpl |
Class of implementation of builders of servers. More... |
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::servers |
Namespace of servers. | |
namespace | msgpack_rpc::servers::impl |
Namespace of internal implementation. |
Definition of ServerBuilderImpl class.
Definition in file server_builder_impl.h.