|
qb
2.0.0.0
C++17 Actor Framework
|
Components for TCP-based network communication. More...

Files | |
| file | acceptor.h |
| Asynchronous TCP connection acceptor implementation. | |
| file | client.h |
| Asynchronous TCP client implementation for the QB IO library. | |
| file | connector.h |
| Asynchronous TCP connection establishment utilities. | |
| file | server.h |
| Asynchronous TCP server implementation for the QB IO library. | |
| file | listener.h |
| Implementation of a TCP listener for the QB IO library. | |
| file | socket.h |
| Implementation of TCP sockets for the QB IO library. | |
| file | accept.h |
| TCP connection acceptance transport implementation for the QB IO library. | |
| file | tcp.h |
| TCP stream transport implementation for the QB IO library. | |
Classes | |
| class | qb::io::async::tcp::client< _Derived, _Transport, _Server > |
| Server-associated asynchronous TCP client. More... | |
| class | qb::io::tcp::listener |
| Class implementing a TCP listener for accepting incoming connections. More... | |
| class | qb::io::tcp::socket |
| Class implementing TCP socket functionality for reliable, stream-oriented communication. More... | |
Components for TCP-based network communication.
Includes `qb::io::tcp::socket` and `qb::io::tcp::listener`.