|
Squid Web Cache master
|
noteTakeServerConnectionControl() callback parameter More...
#include <client_side.h>
Public Member Functions | |
| ServerConnectionContext (const Comm::ConnectionPointer &conn, const SBuf &post101Bytes) | |
| Comm::ConnectionPointer | connection () |
| gives to-server connection to the new owner | |
Public Attributes | |
| SBuf | preReadServerBytes |
| post-101 bytes received from the server | |
Private Attributes | |
| Comm::ConnectionPointer | conn_ |
| to-server connection | |
Friends | |
| std::ostream & | operator<< (std::ostream &, const ServerConnectionContext &) |
Definition at line 213 of file client_side.h.
|
inline |
Definition at line 215 of file client_side.h.
References conn_, and Comm::Connection::enterOrphanage().
|
inline |
Definition at line 218 of file client_side.h.
References conn_, and Comm::Connection::leaveOrphanage().
|
friend |
Definition at line 4014 of file client_side.cc.
|
private |
Definition at line 224 of file client_side.h.
Referenced by ServerConnectionContext(), and connection().
| SBuf ConnStateData::ServerConnectionContext::preReadServerBytes |
Definition at line 220 of file client_side.h.