|
Squid Web Cache master
|
#include <EncryptorAnswer.h>
Public Member Functions | |
| EncryptorAnswer () | |
| ~EncryptorAnswer () | |
| deletes error if it is still set | |
Public Attributes | |
| Comm::ConnectionPointer | conn |
| peer connection (secured on success) | |
| CbcPointer< ErrorState > | error |
| problem details (nil on success) | |
| bool | tunneled |
| whether we spliced the connections instead of negotiating encryption | |
Peer encrypted connection setup results (supplied via a callback). The connection to peer was secured if and only if the error member is nil.
Definition at line 21 of file EncryptorAnswer.h.
|
inline |
Definition at line 24 of file EncryptorAnswer.h.
| Security::EncryptorAnswer::~EncryptorAnswer | ( | ) |
Definition at line 14 of file EncryptorAnswer.cc.
References error, and CbcPointer< Cbc >::get().
| Comm::ConnectionPointer Security::EncryptorAnswer::conn |
Definition at line 26 of file EncryptorAnswer.h.
Referenced by FwdState::connectedToPeer(), Adaptation::Icap::Xaction::handleSecuredPeer(), PeerPoolMgr::handleSecuredPeer(), TunnelStateData::noteSecurityPeerConnectorAnswer(), and Security::operator<<().
| CbcPointer<ErrorState> Security::EncryptorAnswer::error |
answer recipients must clear the error member in order to keep its info XXX: We should refcount ErrorState instead of cbdata-protecting it.
Definition at line 30 of file EncryptorAnswer.h.
Referenced by ~EncryptorAnswer(), FwdState::connectedToPeer(), Adaptation::Icap::Xaction::handleSecuredPeer(), PeerPoolMgr::handleSecuredPeer(), TunnelStateData::noteSecurityPeerConnectorAnswer(), and Security::operator<<().
| bool Security::EncryptorAnswer::tunneled |
Definition at line 33 of file EncryptorAnswer.h.
Referenced by FwdState::connectedToPeer(), Adaptation::Icap::Xaction::handleSecuredPeer(), PeerPoolMgr::handleSecuredPeer(), and TunnelStateData::noteSecurityPeerConnectorAnswer().