|
Squid Web Cache master
|
#include <Launcher.h>
Public Member Functions | |
| XactAbortInfo (HttpRequest *anIcapRequest, HttpReply *anIcapReply, bool beRetriable, bool beRepeatable) | |
| XactAbortInfo (const XactAbortInfo &) | |
| ~XactAbortInfo () | |
| std::ostream & | print (std::ostream &os) const |
Public Attributes | |
| HttpRequest * | icapRequest |
| HttpReply * | icapReply |
| bool | isRetriable |
| bool | isRepeatable |
Private Member Functions | |
| XactAbortInfo & | operator= (const XactAbortInfo &) |
helper class to pass information about aborted ICAP requests to the Adaptation::Icap::Launcher class
Definition at line 82 of file Launcher.h.
| Adaptation::Icap::XactAbortInfo::XactAbortInfo | ( | HttpRequest * | anIcapRequest, |
| HttpReply * | anIcapReply, | ||
| bool | beRetriable, | ||
| bool | beRepeatable | ||
| ) |
Definition at line 150 of file Launcher.cc.
References HTTPMSGLOCK(), icapReply, and icapRequest.
| Adaptation::Icap::XactAbortInfo::XactAbortInfo | ( | const XactAbortInfo & | i | ) |
Definition at line 163 of file Launcher.cc.
References HTTPMSGLOCK(), icapReply, and icapRequest.
| Adaptation::Icap::XactAbortInfo::~XactAbortInfo | ( | ) |
Definition at line 175 of file Launcher.cc.
References HTTPMSGUNLOCK().
|
private |
|
inline |
Definition at line 90 of file Launcher.h.
References isRepeatable, and isRetriable.
Referenced by Adaptation::Icap::operator<<().
| HttpReply* Adaptation::Icap::XactAbortInfo::icapReply |
Definition at line 95 of file Launcher.h.
Referenced by XactAbortInfo(), XactAbortInfo(), and Adaptation::Icap::Launcher::canRepeat().
| HttpRequest* Adaptation::Icap::XactAbortInfo::icapRequest |
Definition at line 94 of file Launcher.h.
Referenced by XactAbortInfo(), XactAbortInfo(), and Adaptation::Icap::Launcher::canRepeat().
| bool Adaptation::Icap::XactAbortInfo::isRepeatable |
Definition at line 97 of file Launcher.h.
Referenced by Adaptation::Icap::Launcher::canRepeat(), and print().
| bool Adaptation::Icap::XactAbortInfo::isRetriable |
Definition at line 96 of file Launcher.h.
Referenced by Adaptation::Icap::Launcher::canRetry(), and print().