Class HeartbeatTask

    • Nested Class Summary

      • Nested classes/interfaces inherited from class android.os.AsyncTask

        android.os.AsyncTask.Status
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected HttpRequestConfig httpRequestConfig  
      protected HttpService httpService  
      protected com.brightcove.player.concurrency.ConcurrencyNetworkConnector.HeartbeatListener listener  
      • Fields inherited from class android.os.AsyncTask

        SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
    • Constructor Summary

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

      • Methods inherited from class android.os.AsyncTask

        cancel, doInBackground, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPostExecute, onPreExecute, onProgressUpdate, publishProgress
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • listener

        protected final com.brightcove.player.concurrency.ConcurrencyNetworkConnector.HeartbeatListener listener
    • Constructor Detail

      • HeartbeatTask

        public HeartbeatTask​(HttpRequestConfig httpRequestConfig,
                             com.brightcove.player.concurrency.ConcurrencyNetworkConnector.HeartbeatListener listener)