restartable
Class: matlab.net.http.io.ContentProvider
Namespace: matlab.net.http.io
Indicate whether ContentProvider is restartable
Syntax
TF = restartable(provider)
Description
TF = restartable(
indicates whether
provider
)ContentProvider
is restartable. The method returns
true
if the ContentProvider
can restart
transmission of the same data, by accepting a subsequent call to the
start
method without an intervening call to
complete
. For more information on restartability, see the class
description of ContentProvider
. By default, restartable
returns
false
, but most concrete subclasses return
true
.
Input Arguments
Attributes
Access | protected |
Version History
Introduced in R2018a
See Also
ContentProvider
| start
| complete
| reusable