Go to the documentation of this file.
9 #ifndef SQUID_ACLSERVERNAME_H
10 #define SQUID_ACLSERVERNAME_H
20 virtual bool match(
const char *);
31 virtual bool valid()
const;
OptionValue< bool > BooleanOptionValue
MEMPROXY_CLASS(ACLServerNameData)
std::vector< const Option * > Options
virtual const Acl::Options & options()
Acl::BooleanOptionValue useConsensus
Ignore mismatching names.
virtual bool valid() const
virtual int match(ACLData< MatchType > *&, ACLFilledChecklist *)
Acl::BooleanOptionValue useClientRequested
Ignore server-supplied names.
virtual bool requiresRequest() const
Acl::BooleanOptionValue useServerProvided
Ignore client-supplied names.
virtual bool match(const char *)