|
Squid Web Cache master
|
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 | |
| VectPoint | point |
| adaptation location | |
| HttpRequest * | request |
| HTTP request being adapted or cause; may be nil. | |
| HttpReply * | reply |
| HTTP response being adapted; may be nil. | |
| AccessLogEntry::Pointer | al |
| info for the future access.log entry | |
Definition at line 22 of file ServiceFilter.h.
| 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.
| Adaptation::ServiceFilter::ServiceFilter | ( | const ServiceFilter & | f | ) |
Definition at line 30 of file ServiceFilter.cc.
References HTTPMSGLOCK(), reply, and request.
| Adaptation::ServiceFilter::~ServiceFilter | ( | ) |
Definition at line 44 of file ServiceFilter.cc.
References HTTPMSGUNLOCK().
| Adaptation::ServiceFilter & Adaptation::ServiceFilter::operator= | ( | const ServiceFilter & | f | ) |
Definition at line 50 of file ServiceFilter.cc.
References HTTPMSGLOCK(), HTTPMSGUNLOCK(), method, point, reply, and request.
| AccessLogEntry::Pointer Adaptation::ServiceFilter::al |
Definition at line 36 of file ServiceFilter.h.
| 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().
| 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().
| HttpReply* Adaptation::ServiceFilter::reply |
Definition at line 35 of file ServiceFilter.h.
Referenced by ServiceFilter(), ServiceFilter(), and operator=().
| HttpRequest* Adaptation::ServiceFilter::request |
Definition at line 34 of file ServiceFilter.h.
Referenced by Adaptation::AccessCheck::AccessCheck(), ServiceFilter(), ServiceFilter(), operator=(), and Adaptation::Service::wants().