|
Squid Web Cache master
|
A pending Ssl::Helper request, combining the original and collapsed queries. More...
Public Types | |
| typedef std::vector< GeneratorRequestor > | GeneratorRequestors |
| Ssl::Helper request initiators waiting for the same answer (FIFO). | |
Public Member Functions | |
| CBDATA_DECL_ (GeneratorRequest, noexcept) | |
| void | emplace (HLPCB *callback, void *data) |
| adds a GeneratorRequestor | |
Public Attributes | |
| SBuf | query |
| Ssl::Helper request message (GeneratorRequests key) | |
| GeneratorRequestors | requestors |
| typedef std::vector<GeneratorRequestor> Ssl::GeneratorRequest::GeneratorRequestors |
| Ssl::GeneratorRequest::CBDATA_DECL_ | ( | GeneratorRequest | , |
| noexcept | |||
| ) |
|
inline |
Definition at line 46 of file helper.cc.
References requestors.
Referenced by Ssl::Helper::Submit().
| SBuf Ssl::GeneratorRequest::query |
Definition at line 48 of file helper.cc.
Referenced by operator<<(), and Ssl::Helper::Submit().
| GeneratorRequestors Ssl::GeneratorRequest::requestors |
Definition at line 52 of file helper.cc.
Referenced by emplace(), and operator<<().