Classes | |
class | Client |
A client that connects to a single stream. More... | |
class | IncomingMessage |
Helper for reading incoming TCP messages. More... | |
class | MessageTmpl |
Serialization of a set of buffers to be sent over a TCP socket as a single message. More... | |
class | Server |
class | ServerSession |
A TCP server session. More... | |
Typedefs | |
using | Message = MessageTmpl< 2u > |
A TCP message containing a maximum of 2 buffers. More... | |
Variables | |
static std::atomic_size_t | SESSION_COUNTER {0u} |
using carla::streaming::detail::tcp::Message = typedef MessageTmpl<2u> |
|
static |
Definition at line 26 of file ServerSession.cpp.