Uses of Interface
com.google.api.client.http.BackOffPolicy

Packages that use BackOffPolicy
com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1
 

Uses of BackOffPolicy in com.google.api.client.http
 

Classes in com.google.api.client.http that implement BackOffPolicy
 class ExponentialBackOffPolicy
          Implementation of BackOffPolicy that increases the back off period for each retry attempt using a randomization function that grows exponentially.
 

Methods in com.google.api.client.http that return BackOffPolicy
 BackOffPolicy HttpRequest.getBackOffPolicy()
          Returns the BackOffPolicy to use between retry attempts or null for none.
 

Methods in com.google.api.client.http with parameters of type BackOffPolicy
 HttpRequest HttpRequest.setBackOffPolicy(BackOffPolicy backOffPolicy)
          Sets the BackOffPolicy to use between retry attempts or null for none.
 



Copyright © 2011-2012 Google. All Rights Reserved.