information used to search for adaptation services More...
#include <ServiceFilter.h>
Public Member Functions | |
ServiceFilter (Method, VectPoint, HttpRequest *, HttpReply *, AccessLogEntry::Pointer const &al) | |
ServiceFilter (const ServiceFilter &f) | |
~ServiceFilter () | |
ServiceFilter & | operator= (const ServiceFilter &f) |
Public Attributes | |
Method | method |
adaptation direction More... | |
VectPoint | point |
adaptation location More... | |
HttpRequest * | request |
HTTP request being adapted or cause; may be nil. More... | |
HttpReply * | reply |
HTTP response being adapted; may be nil. More... | |
AccessLogEntry::Pointer | al |
info for the future access.log entry More... | |
Detailed Description
Definition at line 22 of file ServiceFilter.h.
Constructor & Destructor Documentation
◆ ServiceFilter() [1/2]
Adaptation::ServiceFilter::ServiceFilter | ( | Method | aMethod, |
VectPoint | aPoint, | ||
HttpRequest * | aReq, | ||
HttpReply * | aRep, | ||
AccessLogEntry::Pointer const & | al | ||
) |
Definition at line 15 of file ServiceFilter.cc.
References assert, HTTPMSGLOCK(), reply, and request.
◆ ServiceFilter() [2/2]
Adaptation::ServiceFilter::ServiceFilter | ( | const ServiceFilter & | f | ) |
Definition at line 30 of file ServiceFilter.cc.
References HTTPMSGLOCK(), reply, and request.
◆ ~ServiceFilter()
Adaptation::ServiceFilter::~ServiceFilter | ( | ) |
Definition at line 44 of file ServiceFilter.cc.
References HTTPMSGUNLOCK().
Member Function Documentation
◆ operator=()
Adaptation::ServiceFilter & Adaptation::ServiceFilter::operator= | ( | const ServiceFilter & | f | ) |
Definition at line 50 of file ServiceFilter.cc.
References HTTPMSGLOCK(), HTTPMSGUNLOCK(), method, point, reply, and request.
Member Data Documentation
◆ al
AccessLogEntry::Pointer Adaptation::ServiceFilter::al |
Definition at line 36 of file ServiceFilter.h.
◆ method
Method Adaptation::ServiceFilter::method |
Definition at line 32 of file ServiceFilter.h.
Referenced by Adaptation::DynamicServiceChain::DynamicServiceChain(), Adaptation::ServiceGroup::findService(), Adaptation::operator<<(), operator=(), Adaptation::DynamicServiceChain::Split(), and Adaptation::Service::wants().
◆ point
VectPoint Adaptation::ServiceFilter::point |
Definition at line 33 of file ServiceFilter.h.
Referenced by Adaptation::DynamicServiceChain::DynamicServiceChain(), Adaptation::ServiceGroup::findService(), Adaptation::operator<<(), operator=(), Adaptation::DynamicServiceChain::Split(), and Adaptation::Service::wants().
◆ reply
HttpReply* Adaptation::ServiceFilter::reply |
Definition at line 35 of file ServiceFilter.h.
Referenced by ServiceFilter(), and operator=().
◆ request
HttpRequest* Adaptation::ServiceFilter::request |
Definition at line 34 of file ServiceFilter.h.
Referenced by Adaptation::AccessCheck::AccessCheck(), ServiceFilter(), operator=(), and Adaptation::Service::wants().
The documentation for this class was generated from the following files:
- src/adaptation/ServiceFilter.h
- src/adaptation/ServiceFilter.cc