|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpClient | |
---|---|
com.microsoft.tfs.core | |
com.microsoft.tfs.core.config.httpclient | |
com.microsoft.tfs.core.config.webservice |
Uses of HttpClient in com.microsoft.tfs.core |
---|
Methods in com.microsoft.tfs.core that return HttpClient | |
---|---|
HttpClient |
TFSConnection.getHTTPClient()
Gets the HttpClient instance from this TFSConnection . |
HttpClient |
TFSConnection.HTTPClientReference.getHTTPClient()
|
HttpClient |
TFSConnection.newHTTPClient(java.net.URI proxyScopeURI)
Gets a new HttpClient whose configuration (SSL restrictions,
proxy settings, credentials, etc.) are similar to those in use by this
TFSConnection 's HttpClient . |
Constructors in com.microsoft.tfs.core with parameters of type HttpClient | |
---|---|
TFSConnection.HTTPClientReference(HttpClient httpClient,
HTTPClientFactory factory)
|
Uses of HttpClient in com.microsoft.tfs.core.config.httpclient |
---|
Methods in com.microsoft.tfs.core.config.httpclient that return HttpClient | |
---|---|
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 . |
HttpClient |
HTTPClientFactory.newHTTPClient()
Called to obtain a new HttpClient instance. |
HttpClient |
DefaultHTTPClientFactory.newHTTPClient()
|
Methods in com.microsoft.tfs.core.config.httpclient with parameters of type HttpClient | |
---|---|
protected void |
DefaultHTTPClientFactory.addClientToCloserThread(HttpClient httpClient)
Called to add the specified HttpClient instance to a static
thread that will handle idle connection closing. |
void |
DefaultHTTPClientFactory.configureClient(HttpClient httpClient,
ConnectionInstanceData connectionInstanceData)
Called from HTTPClientFactory.newHTTPClient() to perform final configuration of a
new HttpClient instance before it is returned to the caller of
that method. |
void |
ConfigurableHTTPClientFactory.configureClient(HttpClient httpClient,
ConnectionInstanceData connectionInstanceData)
Called from HTTPClientFactory.newHTTPClient() to perform final configuration of a
new HttpClient instance before it is returned to the caller of
that method. |
void |
DefaultHTTPClientFactory.configureClientCredentials(HttpClient httpClient,
HttpState state,
ConnectionInstanceData connectionInstanceData)
Called from HTTPClientFactory.newHTTPClient() to configure credentials for a new
HttpClient instance. |
void |
ConfigurableHTTPClientFactory.configureClientCredentials(HttpClient httpClient,
HttpState state,
ConnectionInstanceData connectionInstanceData)
Called from HTTPClientFactory.newHTTPClient() to configure credentials for a new
HttpClient instance. |
void |
DefaultHTTPClientFactory.configureClientParams(HttpClient httpClient,
HttpClientParams params,
ConnectionInstanceData connectionInstanceData)
Called from HTTPClientFactory.newHTTPClient() to configure a new
HttpClient 's HttpClientParams . |
void |
ConfigurableHTTPClientFactory.configureClientParams(HttpClient httpClient,
HttpClientParams params,
ConnectionInstanceData connectionInstanceData)
Called from HTTPClientFactory.newHTTPClient() to configure a new
HttpClient 's HttpClientParams . |
void |
DefaultHTTPClientFactory.configureClientProxy(HttpClient httpClient,
HostConfiguration hostConfiguration,
HttpState httpState,
ConnectionInstanceData connectionInstanceData)
Called from HTTPClientFactory.newHTTPClient() to configure proxy settings for a
new HttpClient instance. |
void |
ConfigurableHTTPClientFactory.configureClientProxy(HttpClient httpClient,
HostConfiguration hostConfiguration,
HttpState httpState,
ConnectionInstanceData connectionInstanceData)
Called from HTTPClientFactory.newHTTPClient() to configure proxy settings for a
new HttpClient instance. |
void |
HTTPClientFactory.dispose(HttpClient httpClient)
Called to dispose an HttpClient that was previously obtained from
a call to HTTPClientFactory.newHTTPClient() . |
void |
DefaultHTTPClientFactory.dispose(HttpClient httpClient)
Called to dispose an HttpClient that was previously obtained from
a call to HTTPClientFactory.newHTTPClient() . |
java.lang.String |
DefaultHTTPClientFactory.getUserAgent(HttpClient httpClient,
ConnectionInstanceData connectionInstanceData)
Called from ConfigurableHTTPClientFactory.configureClientParams(HttpClient, HttpClientParams, ConnectionInstanceData)
to obtain a user-agent string to configure a new HttpClient with. |
java.lang.String |
ConfigurableHTTPClientFactory.getUserAgent(HttpClient httpClient,
ConnectionInstanceData connectionInstanceData)
Called from ConfigurableHTTPClientFactory.configureClientParams(HttpClient, HttpClientParams, ConnectionInstanceData)
to obtain a user-agent string to configure a new HttpClient with. |
protected java.lang.String |
DefaultHTTPClientFactory.getUserAgentExtraString(HttpClient httpClient,
ConnectionInstanceData connectionInstanceData)
Subclasses can override to provide extra text that gets appended to the parenthetical part of the user agent HTTP header. |
Uses of HttpClient in com.microsoft.tfs.core.config.webservice |
---|
Methods in com.microsoft.tfs.core.config.webservice with parameters of type HttpClient | |
---|---|
ms.tfs.services.linking._03._IntegrationServiceSoap |
WebServiceFactory.newLinkingWebService(TFSConnection connection,
java.lang.String linkingEndpoint,
java.net.URI connectionBaseURI,
HttpClient httpClient,
RegistrationClient registrationClient)
Creates a new _IntegrationServiceSoap web service. |
ms.tfs.services.linking._03._IntegrationServiceSoap |
DefaultWebServiceFactory.newLinkingWebService(TFSConnection connection,
java.lang.String linkingEndpoint,
java.net.URI connectionBaseURI,
HttpClient httpClient,
RegistrationClient registrationClient)
Creates a new _IntegrationServiceSoap web service. |
ms.ws._LocationWebServiceSoap |
WebServiceFactory.newLocationWebService(java.net.URI fullLocationServiceURI,
HttpClient httpClient)
Creates a new location web service, which cannot be created via WebServiceFactory.newWebService(TFSConnection, Class, URI, HttpClient, ServerDataProvider, RegistrationClient)
because that method might require a working location web service. |
ms.ws._LocationWebServiceSoap |
DefaultWebServiceFactory.newLocationWebService(java.net.URI fullLocationServiceURI,
HttpClient httpClient)
Creates a new location web service, which cannot be created via WebServiceFactory.newWebService(TFSConnection, Class, URI, HttpClient, ServerDataProvider, RegistrationClient)
because that method might require a working location web service. |
ms.tfs.services.registration._03._RegistrationSoap |
WebServiceFactory.newRegistrationWebService(java.net.URI connectionBaseURI,
HttpClient httpClient)
Creates a new registration web service, which cannot be created via WebServiceFactory.newWebService(TFSConnection, Class, URI, HttpClient, ServerDataProvider, RegistrationClient)
because that method requires a working registration web service. |
ms.tfs.services.registration._03._RegistrationSoap |
DefaultWebServiceFactory.newRegistrationWebService(java.net.URI connectionBaseURI,
HttpClient httpClient)
Creates a new registration web service, which cannot be created via WebServiceFactory.newWebService(TFSConnection, Class, URI, HttpClient, ServerDataProvider, RegistrationClient)
because that method requires a working registration web service. |
java.lang.Object |
WebServiceFactory.newWebService(TFSConnection connection,
java.lang.Class<?> webServiceInterfaceType,
java.net.URI connectionBaseURI,
HttpClient httpClient,
ServerDataProvider serverDataProvider,
RegistrationClient registrationClient)
Creates a new web service implementation. |
java.lang.Object |
DefaultWebServiceFactory.newWebService(TFSConnection connection,
java.lang.Class<?> webServiceInterfaceType,
java.net.URI connectionBaseURI,
HttpClient httpClient,
ServerDataProvider serverDataProvider,
RegistrationClient registrationClient)
Creates a new web service implementation. |
ms.wss._ListsSoap |
WebServiceFactory.newWSSWebService(TFSConnection connection,
ProjectInfo projectInfo,
java.net.URI connectionBaseURI,
HttpClient httpClient,
RegistrationClient registrationClient)
Creates a new _ListsSoap web service. |
ms.wss._ListsSoap |
DefaultWebServiceFactory.newWSSWebService(TFSConnection connection,
ProjectInfo projectInfo,
java.net.URI connectionBaseURI,
HttpClient httpClient,
RegistrationClient registrationClient)
Creates a new _ListsSoap web service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |