Uses of Package
com.microsoft.tfs.core.httpclient.params

Packages that use com.microsoft.tfs.core.httpclient.params
com.microsoft.tfs.core.config.httpclient   
com.microsoft.tfs.core.config.httpclient.internal   
com.microsoft.tfs.core.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
com.microsoft.tfs.core.httpclient.auth Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. 
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. 
com.microsoft.tfs.core.httpclient.protocol Provides protocol specific socket factory handling. 
 

Classes in com.microsoft.tfs.core.httpclient.params used by com.microsoft.tfs.core.config.httpclient
HttpClientParams
          This class represents a collection of HTTP protocol parameters applicable to instances of HttpClient.
 

Classes in com.microsoft.tfs.core.httpclient.params used by com.microsoft.tfs.core.config.httpclient.internal
HttpConnectionParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP connections.
 

Classes in com.microsoft.tfs.core.httpclient.params used by com.microsoft.tfs.core.httpclient
HostParams
          This class represents a collection of HTTP protocol parameters applicable to instances of HostConfiguration.
HttpClientParams
          This class represents a collection of HTTP protocol parameters applicable to instances of HttpClient.
HttpConnectionManagerParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP connection managers.
HttpConnectionParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP connections.
HttpMethodParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP methods.
 

Classes in com.microsoft.tfs.core.httpclient.params used by com.microsoft.tfs.core.httpclient.auth
HttpParams
          This interface represents a collection of HTTP protocol parameters.
 

Classes in com.microsoft.tfs.core.httpclient.params used by com.microsoft.tfs.core.httpclient.methods.multipart
HttpMethodParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP methods.
 

Classes in com.microsoft.tfs.core.httpclient.params used by com.microsoft.tfs.core.httpclient.params
DefaultHttpParams
          This class represents a collection of HTTP protocol parameters.
HttpConnectionParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP connections.
HttpMethodParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP methods.
HttpParams
          This interface represents a collection of HTTP protocol parameters.
HttpParamsFactory
          A factory for getting the default set of parameters to use when creating an instance of HttpParams.
 

Classes in com.microsoft.tfs.core.httpclient.params used by com.microsoft.tfs.core.httpclient.protocol
HttpConnectionParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP connections.
 



© 2015 Microsoft. All rights reserved.