Class HeartbeatStarterTask
java.lang.Object
android.os.AsyncTask<URI,Void,HttpResponse>
com.brightcove.player.concurrency.HeartbeatTask
com.brightcove.player.concurrency.HeartbeatStarterTask
-
Nested Class Summary
Nested classes/interfaces inherited from class android.os.AsyncTask
android.os.AsyncTask.Status -
Field Summary
Fields inherited from class com.brightcove.player.concurrency.HeartbeatTask
httpRequestConfig, httpService, listenerFields inherited from class android.os.AsyncTask
SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR -
Constructor Summary
ConstructorsConstructorDescriptionHeartbeatStarterTask(HttpRequestConfig httpRequestConfig, com.brightcove.player.concurrency.ConcurrencyNetworkConnector.HeartbeatListener listener) -
Method Summary
Modifier and TypeMethodDescriptionprotected HttpResponsedoInBackground(URI... uris) protected voidonPostExecute(HttpResponse response) Methods inherited from class android.os.AsyncTask
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress
-
Constructor Details
-
HeartbeatStarterTask
public HeartbeatStarterTask(HttpRequestConfig httpRequestConfig, com.brightcove.player.concurrency.ConcurrencyNetworkConnector.HeartbeatListener listener)
-
-
Method Details
-
doInBackground
- Specified by:
doInBackgroundin classandroid.os.AsyncTask<URI,Void, HttpResponse>
-
onPostExecute
- Overrides:
onPostExecutein classandroid.os.AsyncTask<URI,Void, HttpResponse>
-