Uses of Interface
com.microsoft.tfs.core.httpclient.HttpConnectionManager

Packages that use HttpConnectionManager
com.microsoft.tfs.core.config.httpclient   
com.microsoft.tfs.core.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
com.microsoft.tfs.core.httpclient.util Provides some utility classes for use by HttpClient. 
 

Uses of HttpConnectionManager in com.microsoft.tfs.core.config.httpclient
 

Methods in com.microsoft.tfs.core.config.httpclient that return HttpConnectionManager
 HttpConnectionManager DefaultHTTPClientFactory.createConnectionManager(ConnectionInstanceData connectionInstanceData)
          Called from HTTPClientFactory.newHTTPClient() to create and configure a new HttpConnectionManager as part of creating a new HttpClient instance.
 HttpConnectionManager ConfigurableHTTPClientFactory.createConnectionManager(ConnectionInstanceData connectionInstanceData)
          Called from HTTPClientFactory.newHTTPClient() to create and configure a new HttpConnectionManager as part of creating a new HttpClient instance.
 

Methods in com.microsoft.tfs.core.config.httpclient with parameters of type HttpConnectionManager
 HttpClient DefaultHTTPClientFactory.createHTTPClient(HttpConnectionManager connectionManager, ConnectionInstanceData connectionInstanceData)
          Called from HTTPClientFactory.newHTTPClient() to create a new HttpClient.
 HttpClient ConfigurableHTTPClientFactory.createHTTPClient(HttpConnectionManager connectionManager, ConnectionInstanceData connectionInstanceData)
          Called from HTTPClientFactory.newHTTPClient() to create a new HttpClient.
 

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

Classes in com.microsoft.tfs.core.httpclient that implement HttpConnectionManager
 class MultiThreadedHttpConnectionManager
          Manages a set of HttpConnections for various HostConfigurations.
 class SimpleHttpConnectionManager
          A connection manager that provides access to a single HttpConnection.
 

Methods in com.microsoft.tfs.core.httpclient that return HttpConnectionManager
 HttpConnectionManager HttpConnection.getHttpConnectionManager()
          Returns the httpConnectionManager.
 HttpConnectionManager HttpClient.getHttpConnectionManager()
          Returns the HTTP connection manager associated with the HttpClient.
 

Methods in com.microsoft.tfs.core.httpclient with parameters of type HttpConnectionManager
 void HttpConnection.setHttpConnectionManager(HttpConnectionManager httpConnectionManager)
          Sets the httpConnectionManager.
 void HttpClient.setHttpConnectionManager(HttpConnectionManager httpConnectionManager)
          Assigns the HTTP connection manager to use with the HttpClient.
 

Constructors in com.microsoft.tfs.core.httpclient with parameters of type HttpConnectionManager
HttpClient(HttpClientParams params, HttpConnectionManager httpConnectionManager)
          Creates an instance of HttpClient with a user specified parameter set and HTTP connection manager.
HttpClient(HttpConnectionManager httpConnectionManager)
          Creates an instance of HttpClient with a user specified HTTP connection manager.
 

Uses of HttpConnectionManager in com.microsoft.tfs.core.httpclient.util
 

Methods in com.microsoft.tfs.core.httpclient.util with parameters of type HttpConnectionManager
 void IdleConnectionTimeoutThread.addConnectionManager(HttpConnectionManager connectionManager)
          Adds a connection manager to be handled by this class.
protected  void IdleConnectionTimeoutThread.handleCloseIdleConnections(HttpConnectionManager connectionManager)
          Handles calling closeIdleConnections() and doing any other cleanup work on the given connection mangaer.
 void IdleConnectionTimeoutThread.removeConnectionManager(HttpConnectionManager connectionManager)
          Removes the connection manager from this class.
 



© 2015 Microsoft. All rights reserved.