OptionsExtractor Class Reference
a libecap Visitor for converting adapter transaction options to HttpHeader More...
Inheritance diagram for OptionsExtractor:
Collaboration diagram for OptionsExtractor:
Public Types | |
typedef libecap::Name | Name |
typedef libecap::Area | Area |
Public Member Functions | |
OptionsExtractor (HttpHeader &aMeta) | |
void | visit (const Name &name, const Area &value) override |
Public Attributes | |
HttpHeader & | meta |
where to put extracted options More... | |
Detailed Description
Definition at line 31 of file XactionRep.cc.
Member Typedef Documentation
◆ Area
typedef libecap::Area OptionsExtractor::Area |
Definition at line 35 of file XactionRep.cc.
◆ Name
typedef libecap::Name OptionsExtractor::Name |
Definition at line 34 of file XactionRep.cc.
Constructor & Destructor Documentation
◆ OptionsExtractor()
|
inline |
Definition at line 37 of file XactionRep.cc.
Member Function Documentation
◆ visit()
Definition at line 40 of file XactionRep.cc.
References meta, and HttpHeader::putExt().
Member Data Documentation
◆ meta
HttpHeader& OptionsExtractor::meta |
Definition at line 44 of file XactionRep.cc.
Referenced by visit().
The documentation for this class was generated from the following file:
- src/adaptation/ecap/XactionRep.cc