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 More... | |
Public Attributes | |
SBuf | preReadServerBytes |
post-101 bytes received from the server More... | |
Private Attributes | |
Comm::ConnectionPointer | conn_ |
to-server connection More... | |
Friends | |
std::ostream & | operator<< (std::ostream &, const ServerConnectionContext &) |
Detailed Description
Definition at line 213 of file client_side.h.
Constructor & Destructor Documentation
◆ ServerConnectionContext()
|
inline |
Definition at line 215 of file client_side.h.
References conn_, and Comm::Connection::enterOrphanage().
Member Function Documentation
◆ connection()
|
inline |
Definition at line 218 of file client_side.h.
References conn_, and Comm::Connection::leaveOrphanage().
Friends And Related Function Documentation
◆ operator<<
|
friend |
Definition at line 4055 of file client_side.cc.
Member Data Documentation
◆ conn_
|
private |
Definition at line 224 of file client_side.h.
Referenced by ServerConnectionContext(), and connection().
◆ preReadServerBytes
SBuf ConnStateData::ServerConnectionContext::preReadServerBytes |
Definition at line 220 of file client_side.h.
The documentation for this class was generated from the following file:
- src/client_side.h