|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Namespace of transport of messages via TCP. More...
Classes | |
| class | TCPAcceptorFactory |
| Class of factory to create acceptors of TCP. More... | |
| class | TCPBackend |
| Class of backend of TCP. More... | |
| class | TCPConnector |
| Class of connectors fo TCP. More... | |
Typedefs | |
| using | TCPAcceptor |
| Type of acceptors of TCP. | |
| using | TCPConnection = Connection<asio::ip::tcp::socket, addresses::TCPAddress> |
| Type of connections of TCP. | |
Namespace of transport of messages via TCP.
Type of acceptors of TCP.
Definition at line 31 of file tcp_acceptor.h.
| using msgpack_rpc::transport::tcp::TCPConnection = Connection<asio::ip::tcp::socket, addresses::TCPAddress> |
Type of connections of TCP.
Definition at line 30 of file tcp_connection.h.