Class ActiveSessionsGetterTask
java.lang.Object
android.os.AsyncTask<URI,Void,HttpResponse>
com.brightcove.player.concurrency.HeartbeatTask
com.brightcove.player.concurrency.ActiveSessionsGetterTask
-
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, listener
Fields inherited from class android.os.AsyncTask
SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
-
Constructor Summary
ConstructorDescriptionActiveSessionsGetterTask
(HttpRequestConfig httpRequestConfig, com.brightcove.player.concurrency.ConcurrencyNetworkConnector.HeartbeatListener listener) -
Method Summary
Modifier and TypeMethodDescriptionprotected HttpResponse
doInBackground
(URI... uris) protected void
onPostExecute
(HttpResponse response) Methods inherited from class android.os.AsyncTask
cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress
-
Constructor Details
-
ActiveSessionsGetterTask
public ActiveSessionsGetterTask(HttpRequestConfig httpRequestConfig, com.brightcove.player.concurrency.ConcurrencyNetworkConnector.HeartbeatListener listener)
-
-
Method Details
-
doInBackground
- Specified by:
doInBackground
in classandroid.os.AsyncTask<URI,
Void, HttpResponse>
-
onPostExecute
- Overrides:
onPostExecute
in classandroid.os.AsyncTask<URI,
Void, HttpResponse>
-