#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 &) |
Detailed Description
helper class to pass information about aborted ICAP requests to the Adaptation::Icap::Launcher class
Definition at line 82 of file Launcher.h.
Constructor & Destructor Documentation
◆ XactAbortInfo() [1/2]
| 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.
◆ XactAbortInfo() [2/2]
| Adaptation::Icap::XactAbortInfo::XactAbortInfo | ( | const XactAbortInfo & | i | ) |
Definition at line 163 of file Launcher.cc.
References HTTPMSGLOCK(), icapReply, and icapRequest.
◆ ~XactAbortInfo()
| Adaptation::Icap::XactAbortInfo::~XactAbortInfo | ( | ) |
Definition at line 175 of file Launcher.cc.
References HTTPMSGUNLOCK().
Member Function Documentation
◆ operator=()
|
private |
◆ print()
|
inline |
Definition at line 90 of file Launcher.h.
References isRepeatable, and isRetriable.
Referenced by Adaptation::Icap::operator<<().
Member Data Documentation
◆ icapReply
| HttpReply* Adaptation::Icap::XactAbortInfo::icapReply |
Definition at line 95 of file Launcher.h.
Referenced by Adaptation::Icap::Launcher::canRepeat(), and XactAbortInfo().
◆ icapRequest
| HttpRequest* Adaptation::Icap::XactAbortInfo::icapRequest |
Definition at line 94 of file Launcher.h.
Referenced by Adaptation::Icap::Launcher::canRepeat(), and XactAbortInfo().
◆ isRepeatable
| bool Adaptation::Icap::XactAbortInfo::isRepeatable |
Definition at line 97 of file Launcher.h.
Referenced by Adaptation::Icap::Launcher::canRepeat(), and print().
◆ isRetriable
| bool Adaptation::Icap::XactAbortInfo::isRetriable |
Definition at line 96 of file Launcher.h.
Referenced by Adaptation::Icap::Launcher::canRetry(), and print().
The documentation for this class was generated from the following files:
- src/adaptation/icap/Launcher.h
- src/adaptation/icap/Launcher.cc
Introduction
- About Squid
- Why Squid?
- Squid Developers
- How to Donate
- How to Help Out
- Getting Squid
- Squid Source Packages
- Squid Deployment Case-Studies
- Squid Software Foundation
Documentation
- Quick Setup
- Configuration:
- FAQ and Wiki
- Guide Books:
- Non-English
- More...
Support
- Security Advisories
- Bugzilla Database
- Mailing lists
- Contacting us
- Commercial services
- Project Sponsors
- Squid-based products
