命名空间 | |
namespace | detail |
namespace | low_level |
类 | |
class | Client |
A client able to subscribe to multiple streams. 更多... | |
class | Server |
A streaming server. 更多... | |
class | Token |
A token that uniquely identify a stream. 更多... | |
类型定义 | |
using | Stream = detail::Stream<detail::MultiStreamState> |
A stream represents an unidirectional channel for sending data from server to client. | |
using | stream_token = detail::token_type |
函数 | |
static auto | make_address (const std::string &address) |
template<typename Protocol > | |
static auto | make_endpoint (boost::asio::ip::basic_endpoint< Protocol > ep) |
template<typename Protocol > | |
static auto | make_endpoint (const char *address, uint16_t port) |
template<typename Protocol > | |
static auto | make_endpoint (const std::string &address, uint16_t port) |
template<typename Protocol > | |
static auto | make_endpoint (uint16_t port) |
static auto | make_localhost_address () |
在文件 streaming/Client.h 第 20 行定义.
|
inlinestatic |
|
inlinestatic |
在文件 EndPoint.h 第 90 行定义.
|
inlinestatic |
|
inlinestatic |
在文件 EndPoint.h 第 100 行定义.
|
inlinestatic |
在文件 EndPoint.h 第 105 行定义.
|
inlinestatic |
在文件 EndPoint.h 第 71 行定义.