HttpControlMsg.h
Go to the documentation of this file.
std::ostream & operator<<(std::ostream &os, const HttpControlMsg &msg)
Definition: HttpControlMsg.h:64
Definition: AsyncJob.h:32
Definition: CommCalls.h:114
AsyncCall::Pointer cbControlMsgSent
Call to schedule when the control msg has been sent.
Definition: HttpControlMsg.h:42
void wroteControlMsg(const CommIoCbParams &)
callback to handle Comm::Write completion
Definition: HttpControlMsg.cc:25
virtual void sendControlMsg(HttpControlMsg msg)=0
called to send the 1xx message and notify the Source
virtual void doneWithControlMsg()
Definition: HttpControlMsg.cc:15
bundles HTTP 1xx reply and the "successfully forwarded" callback
Definition: HttpControlMsg.h:47
HttpControlMsg(const HttpReply::Pointer &aReply, const Callback &aCallback)
Definition: HttpControlMsg.h:51