EncryptorAnswer.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3  *
4  * Squid software is distributed under GPLv2+ license and includes
5  * contributions from numerous individuals and organizations.
6  * Please see the COPYING and CONTRIBUTORS files for details.
7  */
8 
9 #ifndef SQUID_SRC_SECURITY_ENCRYPTORANSWER_H
10 #define SQUID_SRC_SECURITY_ENCRYPTORANSWER_H
11 
12 #include "base/CbcPointer.h"
13 #include "comm/Connection.h"
14 
15 class ErrorState;
16 
17 namespace Security {
18 
22 {
23 public:
27 
31 
33  bool tunneled;
34 };
35 
36 std::ostream &operator <<(std::ostream &, const EncryptorAnswer &);
37 
38 } // namespace Security
39 
40 #endif /* SQUID_SRC_SECURITY_ENCRYPTORANSWER_H */
41 
bool tunneled
whether we spliced the connections instead of negotiating encryption
CbcPointer< ErrorState > error
problem details (nil on success)
Comm::ConnectionPointer conn
peer connection (secured on success)
std::ostream & operator<<(std::ostream &, const EncryptorAnswer &)
Network/connection security abstraction layer.
Definition: Connection.h:33
~EncryptorAnswer()
deletes error if it is still set

 

Introduction

Documentation

Support

Miscellaneous