acl
3.5.3.0
|
#include <http_request_pool.hpp>
Public 成员函数 | |
http_guard (http_request_pool &pool) | |
~http_guard (void) | |
Public 成员函数 继承自 acl::connect_guard | |
connect_guard (connect_pool &pool) | |
virtual | ~connect_guard (void) |
void | set_keep (bool keep) |
connect_client * | peek (void) |
额外继承的成员函数 | |
Protected 成员函数 继承自 acl::acl::noncopyable | |
noncopyable () | |
~noncopyable () | |
Protected 属性 继承自 acl::connect_guard | |
bool | keep_ |
connect_pool & | pool_ |
connect_client * | conn_ |
在文件 http_request_pool.hpp 第 44 行定义.
acl::http_guard::http_guard | ( | http_request_pool & | pool | ) |
acl::http_guard::~http_guard | ( | void | ) |