Uses of Interface
com.microsoft.tfs.core.httpclient.params.HttpParams

Packages that use HttpParams
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.params HttpClient preferences framework. 
 

Uses of HttpParams in com.microsoft.tfs.core.httpclient.auth
 

Constructors in com.microsoft.tfs.core.httpclient.auth with parameters of type HttpParams
AuthChallengeProcessor(HttpParams params)
          Creates an authentication challenge processor with the given HTTP parameters
 

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

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

Methods in com.microsoft.tfs.core.httpclient.params that return HttpParams
protected  HttpParams DefaultHttpParamsFactory.createParams()
           
 HttpParams HttpParamsFactory.getDefaultParams()
          Gets the default parameters.
 HttpParams DefaultHttpParamsFactory.getDefaultParams()
           
static HttpParams DefaultHttpParams.getDefaultParams()
          Gets the default HttpParams to be used.
 HttpParams HttpParams.getDefaults()
          Returns the parent collection that this collection will defer to for a default value if a particular parameter is not explicitly set in the collection itself
 HttpParams DefaultHttpParams.getDefaults()
           
 

Methods in com.microsoft.tfs.core.httpclient.params with parameters of type HttpParams
 void HttpParams.setDefaults(HttpParams params)
          Assigns the parent collection that this collection will defer to for a default value if a particular parameter is not explicitly set in the collection itself
 void DefaultHttpParams.setDefaults(HttpParams params)
           
 

Constructors in com.microsoft.tfs.core.httpclient.params with parameters of type HttpParams
DefaultHttpParams(HttpParams defaults)
          Creates a new collection of parameters with the given parent.
HostParams(HttpParams defaults)
          Creates a new collection of parameters with the given parent.
HttpClientParams(HttpParams defaults)
          Creates a new collection of parameters with the given parent.
HttpMethodParams(HttpParams defaults)
          Creates a new collection of parameters with the given parent.
 



© 2015 Microsoft. All rights reserved.