9#ifndef SQUID_SRC_ADAPTATION_SERVICE_H
10#define SQUID_SRC_ADAPTATION_SERVICE_H
38 virtual bool broken()
const;
39 virtual bool up()
const = 0;
70typedef std::vector<Adaptation::ServicePointer>
Services;
#define RefCountable
The locking interface for use on Reference-Counted classes.
information used to search for adaptation services
ServiceConfigPointer theConfig
virtual bool wantsUrl(const SBuf &urlPath) const =0
virtual bool broken() const
bool wants(const ServiceFilter &filter) const
ServiceConfig & writeableCfg()
virtual bool detached() const =0
whether detached() was called
const ServiceConfig & cfg() const
virtual void noteFailure()=0
virtual Initiate * makeXactLauncher(Http::Message *virginHeader, HttpRequest *virginCause, AccessLogEntry::Pointer &alp)=0
virtual bool up() const =0
RefCount< Service > Pointer
virtual bool probed() const =0
common parts of HttpRequest and HttpReply
std::vector< Adaptation::ServicePointer > Services
void DetachServices()
detach all adaptation services from current configuration
ServicePointer FindService(const Service::Id &key)
RefCount< Service > ServicePointer