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_SECURITY_ENCRYPTORANSWER_H
10#define SQUID_SECURITY_ENCRYPTORANSWER_H
11
12#include "base/CbcPointer.h"
13#include "comm/Connection.h"
14
15class ErrorState;
16
17namespace Security {
18
22{
23public:
27
31
34};
35
36std::ostream &operator <<(std::ostream &, const EncryptorAnswer &);
37
38} // namespace Security
39
40#endif /* SQUID_SECURITY_ENCRYPTORANSWER_H */
41
CbcPointer< ErrorState > error
problem details (nil on success)
~EncryptorAnswer()
deletes error if it is still set
Comm::ConnectionPointer conn
peer connection (secured on success)
bool tunneled
whether we spliced the connections instead of negotiating encryption
Network/connection security abstraction layer.
Definition: Connection.h:34
std::ostream & operator<<(std::ostream &, const EncryptorAnswer &)

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors