Public Member Functions | |
SSLAddressLookupKey (const IpEndpoint &ip) | |
const char * | get () const |
void | split () |
void | unsplit () |
Definition at line 35 of file SSLCertLookup.cc.
SSLAddressLookupKey::SSLAddressLookupKey | ( | const IpEndpoint & | ip | ) | [inline, explicit] |
Definition at line 38 of file SSLCertLookup.cc.
References ats_ip_to_hex(), IpEndpoint::port(), and IpEndpoint::sa.
const char* SSLAddressLookupKey::get | ( | ) | const [inline] |
Definition at line 62 of file SSLCertLookup.cc.
Referenced by SSLCertLookup::findInfoInHash(), and SSLCertLookup::insert().
void SSLAddressLookupKey::split | ( | ) | [inline] |
Definition at line 63 of file SSLCertLookup.cc.
Referenced by SSLCertLookup::findInfoInHash().
void SSLAddressLookupKey::unsplit | ( | ) | [inline] |
Definition at line 64 of file SSLCertLookup.cc.