|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
Container carrying context for one request/response cycle. More...
#include <tec_socket_server_nd.hpp>
Public Attributes | |
| Status * | status |
| [in/out] current operation status — can be modified by handler | |
| SocketNd * | sock |
| [in] connection to the client | |
| NetData * | nd_in |
| [in] received and already uncompressed message | |
| NetData * | nd_out |
| [out] message to be sent back (usually filled by handler) | |
Container carrying context for one request/response cycle.