Uses of Class
net.netheos.pcsapi.models.RetryStrategy

Packages that use RetryStrategy
net.netheos.pcsapi.storage   
 

Uses of RetryStrategy in net.netheos.pcsapi.storage
 

Fields in net.netheos.pcsapi.storage declared as RetryStrategy
protected  RetryStrategy StorageProvider.retryStrategy
           
 

Methods in net.netheos.pcsapi.storage that return RetryStrategy
 RetryStrategy StorageBuilder.getRetryStrategy()
           
 

Methods in net.netheos.pcsapi.storage with parameters of type RetryStrategy
 StorageBuilder StorageBuilder.setRetryStrategy(RetryStrategy retryStrategy)
          Sets the retry requests strategy to be used by storage.
 

Constructors in net.netheos.pcsapi.storage with parameters of type RetryStrategy
StorageProvider(String providerName, T sessionManager, RetryStrategy retryStrategy, org.apache.http.client.HttpClient httpClient)
           
 



Copyright © 2014. All Rights Reserved.