Qore yaml Module 1.0.0
|
this class can be used to send and receive data using the DataStream protocol More...
#include <DataStreamClient.qm.dox.h>
Public Member Methods | |
auto | 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 | |
Private Member Methods | |
abstract auto | sendDataImpl () |
reimplement this method in subclasses to support streamed data transfers; when this method returns no value, it signifies the end of the streamed data transfer | |
this class can be used to send and receive data using the DataStream protocol
auto DataStreamClient::DataStreamSendMessage::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
|
private |
reimplement this method in subclasses to support streamed data transfers; when this method returns no value, it signifies the end of the streamed data transfer