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
voidOnData(THttpContentSinkOp &)
Private Member Functions
voidReserved()
voidReserved2()

Member Functions Documentation

OnData(THttpContentSinkOp &)

voidOnData(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 & aDataSink Operator

Reserved()

voidReserved()[private, inline, virtual]

Reserved2()

voidReserved2()[private, inline, virtual]