Elements.cc File Reference
Include dependency graph for Elements.cc:
Go to the source code of this file.
Namespaces | |
namespace | Adaptation |
namespace | Adaptation::Icap |
Variables | |
const XactOutcome | Adaptation::Icap::xoUnknown = "ICAP_ERR_UNKNOWN" |
initial value: outcome was not set More... | |
const XactOutcome | Adaptation::Icap::xoGone = "ICAP_ERR_GONE" |
initiator gone, will not continue More... | |
const XactOutcome | Adaptation::Icap::xoRace = "ICAP_ERR_RACE" |
ICAP server closed pconn when we started. More... | |
const XactOutcome | Adaptation::Icap::xoError = "ICAP_ERR_OTHER" |
all kinds of transaction errors More... | |
const XactOutcome | Adaptation::Icap::xoOpt = "ICAP_OPT" |
OPTION transaction. More... | |
const XactOutcome | Adaptation::Icap::xoEcho = "ICAP_ECHO" |
preserved virgin message (ICAP 204) More... | |
const XactOutcome | Adaptation::Icap::xoPartEcho = "ICAP_PART_ECHO" |
preserved virgin msg part (ICAP 206) More... | |
const XactOutcome | Adaptation::Icap::xoModified = "ICAP_MOD" |
replaced virgin msg with adapted More... | |
const XactOutcome | Adaptation::Icap::xoSatisfied = "ICAP_SAT" |
request satisfaction More... | |