#include <helper.h>
Static Public Member Functions | |
static void | Init () |
Init helper structure. More... | |
static void | Shutdown () |
Shutdown helper structure. More... | |
static void | Reconfigure () |
static void | Submit (CrtdMessage const &message, HLPCB *callback, void *data) |
Submit crtd message to external crtd server. More... | |
Static Private Attributes | |
::Helper::ClientPointer | ssl_crtd |
helper for management of ssl_crtd. More... | |
Detailed Description
Set of thread for ssl_crtd. This class is singleton. This class use helper structure for threads management.
Member Function Documentation
◆ Init()
|
static |
Definition at line 77 of file helper.cc.
References assert, HttpPortList, IPC_STREAM, Helper::Client::Make(), safe_free, ssl_crtd, strwordtok(), Ssl::TheConfig, wordlistAdd(), and xstrdup.
Referenced by mainInitialize().
◆ Reconfigure()
|
static |
Reconfigure helper structure.
Definition at line 118 of file helper.cc.
References Acl::Init().
Referenced by mainReconfigureFinish().
◆ Shutdown()
|
static |
Definition at line 108 of file helper.cc.
References helperShutdown(), and wordlistDestroy().
Referenced by SquidShutdown().
◆ Submit()
|
static |
Definition at line 124 of file helper.cc.
References NotePairs::add(), SBuf::append(), Helper::BrokenHelper, SBuf::c_str(), Ssl::CrtdMessage::compose(), debugs, Ssl::GeneratorRequest::emplace(), Ssl::HandleGeneratorReply(), Helper::Reply::notes, Ssl::GeneratorRequest::query, and TheGeneratorRequests.
Referenced by ConnStateData::getSslContextStart().
Member Data Documentation
◆ ssl_crtd
|
staticprivate |
The documentation for this class was generated from the following files: