|
Squid Web Cache master
|
bundles HTTP 1xx reply and the "successfully forwarded" callback More...
#include <HttpControlMsg.h>
Public Types | |
| typedef AsyncCall::Pointer | Callback |
Public Member Functions | |
| HttpControlMsg (const HttpReply::Pointer &aReply, const Callback &aCallback) | |
Public Attributes | |
| HttpReply::Pointer | reply |
| the 1xx message being forwarded | |
| Callback | cbSuccess |
| called after successfully writing the 1xx message | |
Definition at line 46 of file HttpControlMsg.h.
Definition at line 49 of file HttpControlMsg.h.
|
inline |
Definition at line 51 of file HttpControlMsg.h.
| Callback HttpControlMsg::cbSuccess |
Definition at line 56 of file HttpControlMsg.h.
Referenced by operator<<(), and ConnStateData::sendControlMsg().
| HttpReply::Pointer HttpControlMsg::reply |
Definition at line 55 of file HttpControlMsg.h.
Referenced by operator<<(), and ConnStateData::sendControlMsg().