|
Squid Web Cache master
|
#include <SslErrorData.h>
Public Member Functions | |
| ACLSslErrorData ()=default | |
| ~ACLSslErrorData () override | |
| bool | match (const Security::CertErrors *) override |
| SBufList | dump () const override |
| void | parse () override |
| bool | empty () const override |
| virtual const Acl::Options & | lineOptions () |
| supported ACL "line" options (e.g., "-i") | |
| virtual void | prepareForUse () |
Public Attributes | |
| Security::Errors | values |
Private Member Functions | |
| MEMPROXY_CLASS (ACLSslErrorData) | |
Definition at line 16 of file SslErrorData.h.
|
default |
|
inlineoverride |
Definition at line 22 of file SslErrorData.h.
|
overridevirtual |
Implements ACLData< const Security::CertErrors * >.
Definition at line 26 of file SslErrorData.cc.
References Ssl::GetErrorName(), and values.
|
inlineoverridevirtual |
Implements ACLData< const Security::CertErrors * >.
Definition at line 26 of file SslErrorData.h.
References values.
|
inlinevirtualinherited |
|
overridevirtual |
Implements ACLData< const Security::CertErrors * >.
Definition at line 16 of file SslErrorData.cc.
References CbDataList< C >::next, and values.
|
private |
|
overridevirtual |
Implements ACLData< const Security::CertErrors * >.
Definition at line 36 of file SslErrorData.cc.
References Ssl::ParseErrorString(), ConfigParser::strtokFile(), and values.
|
inlinevirtualinherited |
| Security::Errors ACLSslErrorData::values |