STTNet
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCstt::data::BitUtilResponsible for conversion between binary data and strings
oCstt::security::ConnectionLimiterRestrict the classes that can be connected to the same IP address
oCstt::data::CryptoUtilResponsible for encryption, decryption, and hashing
oCstt::system::csempSynchronization tool class encapsulating System V semaphores
oCstt::time::DateTimeClass for time operations, calculations, and timing
|\Cstt::file::LogFileLog file operation class
oCstt::time::DurationA structure representing a time interval, supporting granularity in days, hours, minutes, seconds, and milliseconds
oCstt::data::EncodingUtilData encoding/decoding, mask processing, etc
oCstt::network::EpollSingleListen to a single handle with epoll
oCstt::file::FileThreadLockA structure that records the relationship between files and threads
oCstt::file::FileToolA utility class that provides static functions for file operations
|\Cstt::file::FileA class for reading and writing disk files
| \Cstt::file::LogFileLog file operation class
oCstt::system::HBSystemClass responsible for process heartbeat monitoring and scheduling Used to monitor service processes and ensure they continue to run effectively After the process ends, the shared memory at 0x5095 and the semaphore are not deleted Currently only supports processes with up to three parameters to join monitoring The logic of joining the heartbeat monitoring system, updating heartbeats, and checking the heartbeat system should be manually written in the program. This class only provides call interfaces
oCstt::network::HttpRequestInformationStructure to save HTTP/HTTPS request information
oCstt::data::HttpStringUtilResponsible for HTTP string and URL parsing Including functions to extract parameters, IP, port, request header fields, etc., from URLs or request messages
oCstt::security::IPInformationA structure that records IP information, such as the number of connections, connection rate, etc
oCstt::data::JsonHelperClass of solving json data
oCstt::data::NetworkOrderUtilResponsible for endianness conversion
oCstt::data::NumberStringConvertUtilResponsible for conversion between strings and numbers
oCstt::data::PrecisionUtilResponsible for floating-point precision processing
oCstt::system::ProcessStatic utility class for process management
oCstt::system::ProcessInfStructure for process information
oCstt::network::QueueFDThe structure of the message queue element
oCstt::data::RandomUtilRelated to random number and string generation
oCstt::system::ServerSettingClass for initializing the service system
oCstt::network::TcpFDHandlerTCP socket operation class
|oCstt::network::HttpServerFDHandlerOperation class for parsing and responding to Http/https requests Only pass in the socket, then use this class for Http operations
|oCstt::network::TcpClientTCP client operation class
||oCstt::network::HttpClientHttp/Https client operation class
||\Cstt::network::WebSocketClientWebsocket client operation class
|\Cstt::network::WebSocketServerFDHandlerWebSocket protocol operation class Only pass in the socket, then use this class for WebSocket operations
oCstt::network::TcpFDInfStructure to save TCP client information
oCstt::network::TcpServerTcp server class
|oCstt::network::HttpServerHttp/HttpServer server operation class
|\Cstt::network::WebSocketServerWebSocketServer server operation class
oCstt::network::UdpFDHandlerUDP operation class Pass in the socket for UDP protocol operations
|oCstt::network::UdpClientUdp client operation class
|\Cstt::network::UdpServerUdp server operation class
oCstt::network::WebSocketFDInformationStructure to save client WS/WSS request information
\Cstt::data::WebsocketStringUtilResponsible for string operations related to the WebSocket protocol