Uses of Class
com.google.api.client.googleapis.MediaHttpUploader

Packages that use MediaHttpUploader
com.google.api.client.googleapis Google API's. 
 

Uses of MediaHttpUploader in com.google.api.client.googleapis
 

Methods in com.google.api.client.googleapis that return MediaHttpUploader
 MediaHttpUploader MediaHttpUploader.setBackOffPolicyEnabled(boolean backOffPolicyEnabled)
          Deprecated. Sets whether the back off policy is enabled or disabled.
 MediaHttpUploader MediaHttpUploader.setChunkSize(int chunkSize)
          Deprecated. Sets the maximum size of individual chunks that will get uploaded by single HTTP requests.
 MediaHttpUploader MediaHttpUploader.setInitiationHeaders(GoogleHeaders initiationHeaders)
          Deprecated. Sets the HTTP headers used for the initiation request.
 MediaHttpUploader MediaHttpUploader.setInitiationMethod(HttpMethod initiationMethod)
          Deprecated. Sets the HTTP method used for the initiation request.
 MediaHttpUploader MediaHttpUploader.setMetadata(HttpContent metadata)
          Deprecated. Sets HTTP content metadata for the media request or null for none.
 MediaHttpUploader MediaHttpUploader.setProgressListener(MediaHttpUploaderProgressListener progressListener)
          Deprecated. Sets the progress listener to send progress notifications to or null for none.
 

Methods in com.google.api.client.googleapis with parameters of type MediaHttpUploader
 void MediaHttpUploaderProgressListener.progressChanged(MediaHttpUploader uploader)
          Deprecated. Called to notify that progress has been changed.
 



Copyright © 2010-2012 Google. All Rights Reserved.