|
qb
2.0.0.0
C++17 Actor Framework
|
Abstractions over network sockets and file operations for stream-based I/O. More...

Classes | |
| class | qb::io::transport::accept |
| Connection acceptance transport for TCP connections. More... | |
| class | qb::io::transport::file |
| File transport providing stream-based access to local files. More... | |
| class | qb::io::transport::saccept |
| Secure connection acceptance transport for SSL/TLS TCP connections. More... | |
| class | qb::io::transport::stcp |
| Secure TCP (SSL/TLS) transport providing encrypted stream communication. More... | |
| class | qb::io::transport::tcp |
| TCP transport providing reliable, stream-based network communication. More... | |
| class | qb::io::transport::udp |
| UDP transport providing connectionless, datagram-based communication. More... | |
| struct | qb::io::transport::udp::identity |
| Identifies a UDP endpoint, extending qb::io::endpoint with hashing support. More... | |
| class | qb::io::transport::udp::ProxyOut |
| Proxy class providing a stream-like interface for sending UDP datagrams. More... | |
Abstractions over network sockets and file operations for stream-based I/O.
Contains classes like `qb::io::transport::tcp`, `qb::io::transport::udp`, `qb::io::transport::stcp`.