MasterXaction.h
AnyP::PortCfgPointer squidPort
the listening port which originated this transaction
Definition: MasterXaction.h:63
identifies a protocol agent or Squid feature initiating transactions
Definition: XactionInitiator.h:13
Comm::ConnectionPointer tcpClient
the client TCP connection which originated this transaction
Definition: MasterXaction.h:66
MasterXaction(const XactionInitiator anInitiator, const AnyP::PortCfgPointer &aPort)
Definition: MasterXaction.h:78
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
static Pointer MakePortful(const AnyP::PortCfgPointer &aPort)
Definition: MasterXaction.h:54
Definition: MasterXaction.h:40