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

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

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

Methods in com.google.api.client.googleapis.media that return MediaHttpUploader
 MediaHttpUploader MediaHttpUploader.setBackOffPolicyEnabled(boolean backOffPolicyEnabled)
          Sets whether the back off policy is enabled or disabled.
 MediaHttpUploader MediaHttpUploader.setChunkSize(int chunkSize)
          Sets the maximum size of individual chunks that will get uploaded by single HTTP requests.
 MediaHttpUploader MediaHttpUploader.setDirectUploadEnabled(boolean directUploadEnabled)
          Sets whether direct media upload is enabled or disabled.
 MediaHttpUploader MediaHttpUploader.setInitiationHeaders(GoogleHeaders initiationHeaders)
          Sets the HTTP headers used for the initiation request.
 MediaHttpUploader MediaHttpUploader.setInitiationMethod(HttpMethod initiationMethod)
          Sets the HTTP method used for the initiation request.
 MediaHttpUploader MediaHttpUploader.setMetadata(HttpContent metadata)
          Sets HTTP content metadata for the media request or null for none.
 MediaHttpUploader MediaHttpUploader.setProgressListener(MediaHttpUploaderProgressListener 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 MediaHttpUploader
 void MediaHttpUploaderProgressListener.progressChanged(MediaHttpUploader uploader)
          Called to notify that progress has been changed.
 



Copyright © 2010-2012 Google. All Rights Reserved.