|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
HTTP/2 连接管理器 更多...
#include "NeForce/core/async/atomic.hpp"#include "NeForce/core/async/io_context.hpp"#include "NeForce/core/memory/weak_ptr.hpp"#include "NeForce/network/http/http2_protocol.hpp"#include "NeForce/network/http/http_router.hpp"#include "NeForce/network/tcp/tcp_socket.hpp"类 | |
| class | neforce::http::http2_connection |
| HTTP/2 连接管理器 更多... | |
HTTP/2 连接管理器
管理单个 HTTP/2 连接的生命周期,包括帧 I/O、HPACK 编解码、 流状态管理、流量控制以及与 http_router 的集成。 使用 io_context 驱动异步 I/O。
在文件 http2_connection.hpp 中定义.