#include <ProtocolData.h>
Public Member Functions | |
ACLProtocolData () | |
~ACLProtocolData () override | |
bool | match (AnyP::ProtocolType) 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 | |
std::list< AnyP::ProtocolType > | values |
Private Member Functions | |
MEMPROXY_CLASS (ACLProtocolData) | |
Detailed Description
Definition at line 18 of file ProtocolData.h.
Constructor & Destructor Documentation
◆ ACLProtocolData()
|
inline |
Definition at line 23 of file ProtocolData.h.
◆ ~ACLProtocolData()
|
override |
Definition at line 18 of file ProtocolData.cc.
References values.
Member Function Documentation
◆ dump()
|
overridevirtual |
Implements ACLData< AnyP::ProtocolType >.
Definition at line 38 of file ProtocolData.cc.
References AnyP::ProtocolType_str, and values.
◆ empty()
|
inlineoverridevirtual |
Implements ACLData< AnyP::ProtocolType >.
Definition at line 28 of file ProtocolData.h.
References values.
◆ lineOptions()
|
inlinevirtualinherited |
◆ match()
|
overridevirtual |
Implements ACLData< AnyP::ProtocolType >.
Definition at line 24 of file ProtocolData.cc.
References values.
◆ MEMPROXY_CLASS()
|
private |
◆ parse()
|
overridevirtual |
Implements ACLData< AnyP::ProtocolType >.
Definition at line 49 of file ProtocolData.cc.
References AclMatchedName, DBG_IMPORTANT, debugs, AnyP::PROTO_NONE, AnyP::PROTO_UNKNOWN, AnyP::ProtocolType_str, ConfigParser::strtokFile(), and values.
◆ prepareForUse()
|
inlinevirtualinherited |
Member Data Documentation
◆ values
std::list<AnyP::ProtocolType> ACLProtocolData::values |
Definition at line 30 of file ProtocolData.h.
Referenced by ~ACLProtocolData(), dump(), empty(), match(), and parse().
The documentation for this class was generated from the following files:
- src/acl/ProtocolData.h
- src/acl/ProtocolData.cc