#include <P_SSLConfig.h>
| Public Types | |
| typedef ConfigProcessor::scoped_config < SSLConfig, SSLConfigParams > | scoped_config | 
| Static Public Member Functions | |
| static void | startup () | 
| static void | reconfigure () | 
| static SSLConfigParams * | acquire () | 
| static void | release (SSLConfigParams *params) | 
Definition at line 103 of file P_SSLConfig.h.
| typedef ConfigProcessor::scoped_config<SSLConfig, SSLConfigParams> SSLConfig::scoped_config | 
Definition at line 110 of file P_SSLConfig.h.
| SSLConfigParams * SSLConfig::acquire | ( | ) |  [static] | 
Definition at line 305 of file SSLConfig.cc.
| void SSLConfig::reconfigure | ( | ) |  [static] | 
Definition at line 296 of file SSLConfig.cc.
References SSLConfigParams::initialize().
Referenced by startup().
| void SSLConfig::release | ( | SSLConfigParams * | params | ) |  [static] | 
Definition at line 311 of file SSLConfig.cc.
| void SSLConfig::startup | ( | ) |  [static] | 
Definition at line 290 of file SSLConfig.cc.
References reconfigure().
Referenced by SSLNetProcessor::start().
 1.7.1
 1.7.1