Uses of Class
com.microsoft.tfs.core.httpclient.HttpHost

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

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

Subclasses of HttpHost in com.microsoft.tfs.core.httpclient
 class ProxyHost
          Holds all of the variables needed to describe an HTTP connection to a proxy.
 

Methods in com.microsoft.tfs.core.httpclient with parameters of type HttpHost
 void HostConfiguration.setHost(HttpHost host)
          Sets the given host
 

Constructors in com.microsoft.tfs.core.httpclient with parameters of type HttpHost
HttpHost(HttpHost httphost)
          Copy constructor for HttpHost
 



© 2015 Microsoft. All rights reserved.