Uses of Class
com.google.api.client.googleapis.media.MediaHttpDownloader

Packages that use MediaHttpDownloader
com.google.api.client.googleapis.media Media for Google API's. 
 

Uses of MediaHttpDownloader in com.google.api.client.googleapis.media
 

Methods in com.google.api.client.googleapis.media that return MediaHttpDownloader
 MediaHttpDownloader MediaHttpDownloader.setBackOffPolicyEnabled(boolean backOffPolicyEnabled)
          Sets whether the back off policy is enabled or disabled.
 MediaHttpDownloader MediaHttpDownloader.setBytesDownloaded(long bytesDownloaded)
          Sets the total number of bytes that have been downloaded of the media resource.
 MediaHttpDownloader MediaHttpDownloader.setChunkSize(int chunkSize)
          Sets the maximum size of individual chunks that will get downloaded by single HTTP requests.
 MediaHttpDownloader MediaHttpDownloader.setDirectDownloadEnabled(boolean directDownloadEnabled)
          Returns whether direct media download is enabled or disabled.
 MediaHttpDownloader MediaHttpDownloader.setProgressListener(MediaHttpDownloaderProgressListener progressListener)
          Sets the progress listener to send progress notifications to or null for none.
 

Methods in com.google.api.client.googleapis.media with parameters of type MediaHttpDownloader
 void MediaHttpDownloaderProgressListener.progressChanged(MediaHttpDownloader downloader)
          Called to notify that progress has been changed.
 



Copyright © 2010-2012 Google. All Rights Reserved.