命名空间 | |
namespace | tcp |
类 | |
class | Dispatcher |
Keeps the mapping between streams and sessions. 更多... | |
class | EndPoint |
class | EndPoint< Protocol, FullyDefinedEndPoint > |
class | EndPoint< Protocol, PartiallyDefinedEndPoint > |
struct | FullyDefinedEndPoint |
class | MultiStreamState |
A stream state that can hold any number of sessions. 更多... | |
struct | PartiallyDefinedEndPoint |
class | Stream |
class | StreamStateBase |
Shared state among all the copies of a stream. 更多... | |
struct | token_data |
class | token_type |
Serializes a stream endpoint. 更多... | |
类型定义 | |
using | message_size_type = uint32_t |
using | Session = tcp::ServerSession |
using | stream_id_type = uint32_t |
using | StreamMap = std::unordered_map<stream_id_type, std::shared_ptr<MultiStreamState>> |
using carla::streaming::detail::message_size_type = uint32_t |
using carla::streaming::detail::stream_id_type = uint32_t |
using carla::streaming::detail::StreamMap = std::unordered_map<stream_id_type, std::shared_ptr<MultiStreamState>> |
在文件 Dispatcher.h 第 24 行定义.