|
Squid Web Cache master
|
Classes | |
| class | BodyRep |
| class | Config |
| General eCAP configuration. More... | |
| class | ConfigRep |
| wraps Adaptation::Ecap::ServiceConfig to allow eCAP visitors More... | |
| class | Engine |
| manages async eCAP transactions More... | |
| class | FirstLineRep |
| class | HeaderRep |
| class | Host |
| class | MessageRep |
| class | RequestLineRep |
| class | ServiceConfig |
| eCAP service configuration More... | |
| class | ServiceRep |
| class | StatusLineRep |
| class | XactionRep |
Functions | |
| void | RegisterAdapterService (const ServiceRep::AdapterService &adapterService) |
| register loaded eCAP module service | |
| void | UnregisterAdapterService (const String &serviceUri) |
| unregister loaded eCAP module service by service uri | |
| ServiceRep::AdapterService | FindAdapterService (const String &serviceUri) |
| returns loaded eCAP module service by service uri | |
| void | CheckUnusedAdapterServices (const Services &services) |
| check for loaded eCAP services without matching ecap_service in squid.conf | |
Variables | |
| Config | TheConfig |
| const libecap::Name | protocolInternal |
| const libecap::Name | protocolCacheObj |
| const libecap::Name | protocolIcp |
| const libecap::Name | protocolIcy |
| const libecap::Name | protocolUnknown |
| const libecap::Name | protocolHtcp |
| const libecap::Name | metaBypassable |
| an ecap_service parameter | |
| void Adaptation::Ecap::CheckUnusedAdapterServices | ( | const Services & | services | ) |
Definition at line 344 of file ServiceRep.cc.
References DBG_IMPORTANT, debugs, and TheServices.
Referenced by Adaptation::Ecap::Config::finalize().
| Adaptation::Ecap::ServiceRep::AdapterService Adaptation::Ecap::FindAdapterService | ( | const String & | serviceUri | ) |
Definition at line 314 of file ServiceRep.cc.
References Must, String::termedBuf(), and TheServices.
Referenced by Adaptation::Ecap::ServiceRep::finalize().
| void Adaptation::Ecap::RegisterAdapterService | ( | const ServiceRep::AdapterService & | adapterService | ) |
Definition at line 325 of file ServiceRep.cc.
References debugs, and TheServices.
Referenced by Adaptation::Ecap::Host::noteVersionedService().
| void Adaptation::Ecap::UnregisterAdapterService | ( | const String & | serviceUri | ) |
Definition at line 333 of file ServiceRep.cc.
References AsyncServices, debugs, String::termedBuf(), and TheServices.
|
extern |
|
extern |
|
extern |
Referenced by Adaptation::Ecap::Host::Host(), and Adaptation::Ecap::FirstLineRep::protocol().
|
extern |
Referenced by Adaptation::Ecap::Host::Host(), and Adaptation::Ecap::FirstLineRep::protocol().
|
extern |
Referenced by Adaptation::Ecap::Host::Host(), and Adaptation::Ecap::FirstLineRep::protocol().
|
extern |
|
extern |
Referenced by Adaptation::Ecap::Host::Host(), and Adaptation::Ecap::FirstLineRep::protocol().
|
extern |
Definition at line 16 of file Config.cc.
Referenced by Adaptation::Ecap::XactionRep::clientIpValue(), mainInitialize(), mainReconfigureFinish(), and ACLAdaptationServiceData::parse().