Io.h File Reference
Include dependency graph for Io.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Security::IoResult |
a summary a TLS I/O operation outcome More... | |
Namespaces | |
namespace | Security |
Network/connection security abstraction layer. | |
Functions | |
std::ostream & | Security::operator<< (std::ostream &os, const IoResult &result) |
IoResult | Security::Accept (Comm::Connection &transport) |
accept a TLS connection over the specified to-Squid transport connection More... | |
IoResult | Security::Connect (Comm::Connection &transport) |
establish a TLS connection over the specified from-Squid transport connection More... | |
void | Security::ForgetErrors () |
clear any errors that a TLS library has accumulated in its global storage More... | |