Uses of Class
com.microsoft.tfs.core.httpclient.HttpRecoverableException

Packages that use HttpRecoverableException
com.microsoft.tfs.core.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
 

Uses of HttpRecoverableException in com.microsoft.tfs.core.httpclient
 

Methods in com.microsoft.tfs.core.httpclient with parameters of type HttpRecoverableException
 boolean MethodRetryHandler.retryMethod(HttpMethod method, HttpConnection connection, HttpRecoverableException recoverableException, int executionCount, boolean requestSent)
          Deprecated. Determines if a method should be retried after an HttpRecoverableException occurs during execution.
 boolean DefaultMethodRetryHandler.retryMethod(HttpMethod method, HttpConnection connection, HttpRecoverableException recoverableException, int executionCount, boolean requestSent)
          Deprecated. Used retryCount and requestSentRetryEnabled to determine if the given method should be retried.
 



© 2015 Microsoft. All rights reserved.