|
Squid Web Cache master
|
#include <helper.h>
Static Public Member Functions | |
| static void | Init () |
| Init helper structure. | |
| static void | Shutdown () |
| Shutdown helper structure. | |
| static void | Reconfigure () |
| static void | Submit (CrtdMessage const &message, HLPCB *callback, void *data) |
| Submit crtd message to external crtd server. | |
Static Private Attributes | |
| ::Helper::ClientPointer | ssl_crtd |
| helper for management of ssl_crtd. | |
Set of thread for ssl_crtd. This class is singleton. This class use helper structure for threads management.
|
static |
Definition at line 81 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().
|
static |
Reconfigure helper structure.
Definition at line 122 of file helper.cc.
Referenced by mainReconfigureFinish().
|
static |
Definition at line 112 of file helper.cc.
References helperShutdown(), and wordlistDestroy().
Referenced by SquidShutdown().
|
static |
Definition at line 128 of file helper.cc.
References NotePairs::add(), SBuf::append(), Helper::BrokenHelper, SBuf::c_str(), Ssl::CrtdMessage::compose(), debugs, Ssl::GeneratorRequest::emplace(), SBuf::find(), Ssl::HandleGeneratorReply(), Helper::Reply::notes, Ssl::GeneratorRequest::query, and Ssl::TheGeneratorRequests().
Referenced by ConnStateData::getSslContextStart().
|
staticprivate |