Class: matlab.net.http.io.GenericConsumer
Package: matlab.net.http.io
Save next buffer of data for GenericConsumer
[len,stop] = putData(consumer,data)
[
stores the next buffer of data. This method is an overridden method of len
,stop
] = putData(consumer
,data
)putData
.
putData
determines what method to call based on the following:
If this GenericConsumer
was created using the
GenericConsumer(puthandle)
constructor or
delegateTo
returned a delegate that accepted the message,
then putData
calls the function in PutMethod with data
as an
argument.
If there was consumer that accepted the message, then putData
calls putData
, which appends data
to Response.Body.Data
.
Access | public |
delegateTo
| putData
| PutMethod | Response