Uses of Class
com.microsoft.tfs.core.httpclient.params.HttpConnectionManagerParams

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

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

Methods in com.microsoft.tfs.core.httpclient that return HttpConnectionManagerParams
 HttpConnectionManagerParams SimpleHttpConnectionManager.getParams()
          Returns parameters associated with this connection manager.
 HttpConnectionManagerParams MultiThreadedHttpConnectionManager.getParams()
          Returns parameters associated with this connection manager.
 HttpConnectionManagerParams HttpConnectionManager.getParams()
          Returns parameters associated with this connection manager.
 

Methods in com.microsoft.tfs.core.httpclient with parameters of type HttpConnectionManagerParams
 void SimpleHttpConnectionManager.setParams(HttpConnectionManagerParams params)
          Assigns parameters for this connection manager.
 void MultiThreadedHttpConnectionManager.setParams(HttpConnectionManagerParams params)
          Assigns parameters for this connection manager.
 void HttpConnectionManager.setParams(HttpConnectionManagerParams params)
          Assigns parameters for this connection manager.
 



© 2015 Microsoft. All rights reserved.