Squid Web Cache master
Loading...
Searching...
No Matches
Ssl::Helper Class Reference

#include <helper.h>

Collaboration diagram for Ssl::Helper:
[legend]

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.
 

Detailed Description

Set of thread for ssl_crtd. This class is singleton. This class use helper structure for threads management.

Definition at line 28 of file helper.h.

Member Function Documentation

◆ Init()

void Ssl::Helper::Init ( )
static

◆ Reconfigure()

void Ssl::Helper::Reconfigure ( )
static

Reconfigure helper structure.

Definition at line 122 of file helper.cc.

Referenced by mainReconfigureFinish().

◆ Shutdown()

void Ssl::Helper::Shutdown ( )
static

Definition at line 112 of file helper.cc.

References helperShutdown(), and wordlistDestroy().

Referenced by SquidShutdown().

◆ Submit()

Member Data Documentation

◆ ssl_crtd

Helper::Client::Pointer Ssl::Helper::ssl_crtd
staticprivate

Definition at line 37 of file helper.h.

Referenced by Init().


The documentation for this class was generated from the following files: