MasterXaction.h
Go to the documentation of this file.
#define RefCountable
The locking interface for use on Reference-Counted classes.
Definition: Lock.h:66
Definition: MasterXaction.h:40
AnyP::PortCfgPointer squidPort
the listening port which originated this transaction
Definition: MasterXaction.h:63
static Pointer MakePortless()
Create a master transaction not associated with a AnyP::PortCfg port.
Definition: MasterXaction.h:46
bool generatingConnect
whether we are currently creating a CONNECT header (to be sent to peer)
Definition: MasterXaction.h:72
MasterXaction(const XactionInitiator anInitiator, const AnyP::PortCfgPointer &aPort)
Definition: MasterXaction.h:78
Comm::ConnectionPointer tcpClient
the client TCP connection which originated this transaction
Definition: MasterXaction.h:66
static Pointer MakePortful(const AnyP::PortCfgPointer &aPort)
Definition: MasterXaction.h:54
identifies a protocol agent or Squid feature initiating transactions
Definition: XactionInitiator.h:13