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

Definition of constants of schemes. More...

#include <string_view>
Include dependency graph for schemes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::addresses
 Namespace of addresses.

Variables

constexpr std::string_view msgpack_rpc::addresses::TCP_SCHEME = "tcp"
 Scheme of TCP.
constexpr std::string_view msgpack_rpc::addresses::UNIX_SOCKET_SCHEME = "unix"
 Scheme of unix sockets (streaming protocol).

Detailed Description

Definition of constants of schemes.

Definition in file schemes.h.