载入中...
搜索中...
未找到
Session.h
浏览该文件的文档.
Length-prefixed (big-endian uint32) message framing over a TcpSocket. sendMsg() writes one framed mes...
Definition Channel.h:21
Named collection of Channels (a "session"). Lookup by name, close all. Does not own the channels; the...
Definition Session.h:14
void remove(std::string name)
Removes a channel from the session (does not delete it).
Definition Session.cpp:20
Session()=default
void add(std::string name, Channel *ch)
Registers a channel under a name (replaces an existing entry).
Definition Session.cpp:11
Definition Channel.cpp:12
@ Channel