MHttpContentSink Class Reference

class MHttpContentSink

The implementation of MHttpContentSink can process the response body data If the application wants to process/sink the data in different means then the client can insulate sink to a different sink

Public Member Functions
void OnData ( THttpContentSinkOp &)
Private Member Functions
void Reserved ()
void Reserved2 ()

Member Functions Documentation

OnData(THttpContentSinkOp &)

void OnData ( THttpContentSinkOp & aData ) [pure virtual]

Supply a part of the response body data. The data will survive till the THttpContentSinkOp::Release /Store is called. application should process the data or keep a separate copy if it has to process the data at a later stage. This function will be called when part of the body data is available

Parameters

THttpContentSinkOp & aData Sink Operator

Reserved()

void Reserved ( ) [private, inline, virtual]

Reserved2()

void Reserved2 ( ) [private, inline, virtual]