#include <DomainData.h>
Public Member Functions | |
ACLDomainData () | |
~ACLDomainData () override | |
bool | match (char const *) override |
SBufList | dump () const override |
void | parse () override |
bool | empty () const override |
virtual const Acl::Options & | lineOptions () |
supported ACL "line" options (e.g., "-i") More... | |
virtual void | prepareForUse () |
Public Attributes | |
Splay< char * > * | domains |
Private Member Functions | |
MEMPROXY_CLASS (ACLDomainData) | |
Detailed Description
Definition at line 16 of file DomainData.h.
Constructor & Destructor Documentation
◆ ACLDomainData()
|
inline |
Definition at line 21 of file DomainData.h.
◆ ~ACLDomainData()
|
override |
Definition at line 27 of file DomainData.cc.
References Splay< V >::destroy(), domains, and xRefFree().
Member Function Documentation
◆ dump()
|
overridevirtual |
Implements ACLData< char const * >.
Definition at line 128 of file DomainData.cc.
References AclDomainDataDumpVisitor::contents, domains, and Splay< V >::visit().
◆ empty()
|
overridevirtual |
Implements ACLData< char const * >.
Definition at line 148 of file DomainData.cc.
References domains, and Splay< V >::empty().
◆ lineOptions()
|
inlinevirtualinherited |
Reimplemented in ACLRegexData, and ACLUserData.
◆ match()
|
overridevirtual |
Implements ACLData< char const * >.
Reimplemented in ACLServerNameData.
Definition at line 105 of file DomainData.cc.
References aclHostDomainCompare(), debugs, domains, and Splay< V >::find().
◆ MEMPROXY_CLASS()
|
private |
◆ parse()
|
overridevirtual |
Implements ACLData< char const * >.
Definition at line 136 of file DomainData.cc.
References aclDomainCompare(), domains, Splay< V >::insert(), ConfigParser::strtokFile(), Tolower(), and xstrdup.
◆ prepareForUse()
|
inlinevirtualinherited |
Member Data Documentation
◆ domains
Splay<char *>* ACLDomainData::domains |
Definition at line 28 of file DomainData.h.
Referenced by ~ACLDomainData(), dump(), empty(), match(), ACLServerNameData::match(), and parse().
The documentation for this class was generated from the following files:
- src/acl/DomainData.h
- src/acl/DomainData.cc