Class HeartbeatStarterTask

java.lang.Object
android.os.AsyncTask<URI,Void,HttpResponse>
com.brightcove.player.concurrency.HeartbeatTask
com.brightcove.player.concurrency.HeartbeatStarterTask

public class HeartbeatStarterTask extends HeartbeatTask
  • 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

    Constructors
    Constructor
    Description
    HeartbeatStarterTask(HttpRequestConfig httpRequestConfig, com.brightcove.player.concurrency.ConcurrencyNetworkConnector.HeartbeatListener listener)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected HttpResponse
     
    protected void
     

    Methods inherited from class android.os.AsyncTask

    cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HeartbeatStarterTask

      public HeartbeatStarterTask(HttpRequestConfig httpRequestConfig, com.brightcove.player.concurrency.ConcurrencyNetworkConnector.HeartbeatListener listener)
  • Method Details