cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
tcp_acceptor_factory.h File Reference

Definition of TCPAcceptorFactory class. More...

#include <cstdint>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <asio/error_code.hpp>
#include <asio/ip/basic_endpoint.hpp>
#include <asio/ip/basic_resolver_entry.hpp>
#include <asio/ip/basic_resolver_iterator.hpp>
#include <asio/ip/tcp.hpp>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include "msgpack_rpc/addresses/tcp_address.h"
#include "msgpack_rpc/addresses/uri.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/executors/i_executor.h"
#include "msgpack_rpc/executors/operation_type.h"
#include "msgpack_rpc/logging/log_level.h"
#include "msgpack_rpc/logging/logger.h"
#include "msgpack_rpc/transport/acceptor.h"
#include "msgpack_rpc/transport/i_acceptor.h"
#include "msgpack_rpc/transport/i_acceptor_factory.h"
#include "msgpack_rpc/transport/tcp/tcp_acceptor.h"
Include dependency graph for tcp_acceptor_factory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_rpc::transport::tcp::TCPAcceptorFactory
 Class of factory to create acceptors 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.

Detailed Description

Definition of TCPAcceptorFactory class.

Definition in file tcp_acceptor_factory.h.