Uses of Interface
com.microsoft.tfs.core.httpclient.MethodRetryHandler

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

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

Classes in com.microsoft.tfs.core.httpclient that implement MethodRetryHandler
 class DefaultMethodRetryHandler
          Deprecated. use DefaultHttpMethodRetryHandler
 

Methods in com.microsoft.tfs.core.httpclient that return MethodRetryHandler
 MethodRetryHandler HttpMethodBase.getMethodRetryHandler()
          Deprecated. use HttpMethodParams
 

Methods in com.microsoft.tfs.core.httpclient with parameters of type MethodRetryHandler
 void HttpMethodBase.setMethodRetryHandler(MethodRetryHandler handler)
          Deprecated. use HttpMethodParams
 



© 2015 Microsoft. All rights reserved.