Class HeartbeatStopperTask

    • Nested Class Summary

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

        android.os.AsyncTask.Status
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected HttpResponse doInBackground​(java.net.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
      • Methods inherited from class java.lang.Object

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

      • HeartbeatStopperTask

        public HeartbeatStopperTask​(HttpRequestConfig httpRequestConfig,
                                    com.brightcove.player.concurrency.ConcurrencyNetworkConnector.HeartbeatListener listener)
    • Method Detail

      • doInBackground

        protected HttpResponse doInBackground​(java.net.URI... uris)
        Specified by:
        doInBackground in class android.os.AsyncTask<java.net.URI,​java.lang.Void,​HttpResponse>
      • onPostExecute

        protected void onPostExecute​(HttpResponse response)
        Overrides:
        onPostExecute in class android.os.AsyncTask<java.net.URI,​java.lang.Void,​HttpResponse>