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

Packages that use HttpMethodParams
com.microsoft.tfs.core.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
com.microsoft.tfs.core.httpclient.methods.multipart Provides Multipart support classes for the org.apache.commons.httpclient.methods.MultipartPostMethod
com.microsoft.tfs.core.httpclient.params HttpClient preferences framework. 
 

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

Methods in com.microsoft.tfs.core.httpclient that return HttpMethodParams
 HttpMethodParams HttpMethodBase.getParams()
          Returns HTTP protocol parameters associated with this method.
 HttpMethodParams HttpMethod.getParams()
          Returns HTTP protocol parameters associated with this method.
 

Methods in com.microsoft.tfs.core.httpclient with parameters of type HttpMethodParams
 void HttpMethodBase.setParams(HttpMethodParams params)
          Assigns HTTP protocol parameters for this method.
 void HttpMethod.setParams(HttpMethodParams params)
          Assigns HTTP protocol parameters for this method.
 

Uses of HttpMethodParams in com.microsoft.tfs.core.httpclient.methods.multipart
 

Constructors in com.microsoft.tfs.core.httpclient.methods.multipart with parameters of type HttpMethodParams
MultipartRequestEntity(Part[] parts, HttpMethodParams params)
          Creates a new multipart entity containing the given parts.
 

Uses of HttpMethodParams in com.microsoft.tfs.core.httpclient.params
 

Subclasses of HttpMethodParams in com.microsoft.tfs.core.httpclient.params
 class HttpClientParams
          This class represents a collection of HTTP protocol parameters applicable to instances of HttpClient.
 



© 2015 Microsoft. All rights reserved.