|
Squid Web Cache master
|
#include "squid.h"#include "acl/FilledChecklist.h"#include "adaptation/icap/Config.h"#include "adaptation/icap/Launcher.h"#include "adaptation/icap/Xaction.h"#include "base/AsyncCallbacks.h"#include "base/IoManip.h"#include "base/JobWait.h"#include "base/TextException.h"#include "comm.h"#include "comm/Connection.h"#include "comm/ConnOpener.h"#include "comm/Read.h"#include "comm/Write.h"#include "CommCalls.h"#include "error/Detail.h"#include "fde.h"#include "FwdState.h"#include "globals.h"#include "HttpReply.h"#include "icap_log.h"#include "ipcache.h"#include "pconn.h"#include "security/PeerConnector.h"#include "SquidConfig.h"#include <optional>Go to the source code of this file.
Classes | |
| class | Ssl::IcapPeerConnector |
| A simple PeerConnector for Secure ICAP services. No SslBump capabilities. More... | |
Namespaces | |
| namespace | Ssl |
| namespace | Ip |
Functions | |
| CBDATA_NAMESPACED_CLASS_INIT (Ssl, IcapPeerConnector) | |
| std::ostream & | Ip::operator<< (std::ostream &os, const std::optional< Address > &optional) |
| static void | icapLookupDnsResults (const ipcache_addrs *ia, const Dns::LookupDetails &, void *data) |
| CBDATA_NAMESPACED_CLASS_INIT | ( | Ssl | , |
| IcapPeerConnector | |||
| ) |
|
static |
Definition at line 152 of file Xaction.cc.
References CallJobHere1, and Dns::CachedIps::current().
Referenced by Adaptation::Icap::Xaction::openConnection().