Qore DataStreamClient Module Reference  1.1
 All Classes Namespaces Functions Variables Groups Pages
DataStreamClient::DataStreamMessage Class Reference

this class can be used to send and receive data using the DataStream protocol More...

Inheritance diagram for DataStreamClient::DataStreamMessage:

Additional Inherited Members

- Public Member Functions inherited from DataStreamClient::DataStreamSendMessage
any sendData ()
 this method returns data to be returned to the server; when this method returns no value, it signifies the end of the streamed data transfer; this method calls sendDataImpl() to return the data More...
 
- Public Member Functions inherited from DataStreamClient::DataStreamRecvMessage
nothing recvData (any data)
 receives decoded data from the remote end and calls recvDataImpl() More...
 
nothing recvDataDone (*string err)
 this method is called when all data has been received; this method calls recvDataDoneImpl() More...
 

Detailed Description

this class can be used to send and receive data using the DataStream protocol