Class: matlab.net.http.io.ContentProvider
Package: matlab.net.http.io
Indicate whether ContentProvider is restartable
TF = restartable(provider)
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
.
Access | protected |
complete
| ContentProvider
| reusable
| start