cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of TCPAcceptor type. More...
#include <asio/ip/basic_endpoint.hpp>
#include <asio/ip/tcp.hpp>
#include "msgpack_rpc/addresses/tcp_address.h"
#include "msgpack_rpc/transport/acceptor.h"
Go to the source code of this file.
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. |
Typedefs | |
using | msgpack_rpc::transport::tcp::TCPAcceptor |
Type of acceptors of TCP. |
Definition of TCPAcceptor type.
Definition in file tcp_acceptor.h.