#include <AdaptationService.h>


Public Types | |
typedef const char * | MatchType |
Public Member Functions | |
int | match (ACLData< MatchType > *&, ACLFilledChecklist *) override |
virtual const Acl::Options & | options () |
virtual int | match (ACLData< const char * > *&, ACLFilledChecklist *)=0 |
virtual bool | requiresRequest () const |
virtual bool | requiresReply () const |
virtual bool | valid () const |
Detailed Description
Definition at line 15 of file AdaptationService.h.
Member Typedef Documentation
◆ MatchType
|
inherited |
Definition at line 25 of file Strategy.h.
Member Function Documentation
◆ match() [1/2]
|
pure virtualinherited |
◆ match() [2/2]
|
override |
Definition at line 18 of file AdaptationService.cc.
References HttpRequest::adaptHistory(), ACLData< M >::match(), ACLFilledChecklist::request, and Adaptation::History::theAdaptationServices.
◆ options()
|
inlinevirtualinherited |
Definition at line 28 of file Strategy.h.
◆ requiresReply()
|
inlinevirtualinherited |
Definition at line 32 of file Strategy.h.
◆ requiresRequest()
|
inlinevirtualinherited |
Definition at line 30 of file Strategy.h.
◆ valid()
|
inlinevirtualinherited |
Definition at line 34 of file Strategy.h.
The documentation for this class was generated from the following files:
- src/acl/AdaptationService.h
- src/acl/AdaptationService.cc