|
Qore DataStreamClient Module Reference
1.0
|
this class can be used to send and receive data using the DataStream protocol More...

Public Member Functions | |
| 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... | |
| abstract private any | 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 More... | |
this class can be used to send and receive data using the DataStream protocol
| any 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
|
pure virtual |
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