|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPClientFactory | |
---|---|
com.microsoft.tfs.core | |
com.microsoft.tfs.core.config | |
com.microsoft.tfs.core.config.httpclient | |
com.microsoft.tfs.core.util |
Uses of HTTPClientFactory in com.microsoft.tfs.core |
---|
Methods in com.microsoft.tfs.core that return HTTPClientFactory | |
---|---|
HTTPClientFactory |
TFSConnection.HTTPClientReference.getFactory()
|
Constructors in com.microsoft.tfs.core with parameters of type HTTPClientFactory | |
---|---|
TFSConnection.HTTPClientReference(HttpClient httpClient,
HTTPClientFactory factory)
|
Uses of HTTPClientFactory in com.microsoft.tfs.core.config |
---|
Methods in com.microsoft.tfs.core.config that return HTTPClientFactory | |
---|---|
HTTPClientFactory |
DefaultConnectionAdvisor.getHTTPClientFactory(ConnectionInstanceData instanceData)
|
HTTPClientFactory |
ConnectionAdvisor.getHTTPClientFactory(ConnectionInstanceData instanceData)
Called by the TFSConnection the first time that the
TFSConnection 's HttpClient is requested. |
Uses of HTTPClientFactory in com.microsoft.tfs.core.config.httpclient |
---|
Subinterfaces of HTTPClientFactory in com.microsoft.tfs.core.config.httpclient | |
---|---|
interface |
ConfigurableHTTPClientFactory
Adds methods to HTTPClientFactory to allow granular configuration of
properties on existing HttpClient instances. |
Classes in com.microsoft.tfs.core.config.httpclient that implement HTTPClientFactory | |
---|---|
class |
DefaultHTTPClientFactory
A default implementation of the HTTPClientFactory interface that uses
a ConnectionInstanceData to configure an HttpClient . |
Uses of HTTPClientFactory in com.microsoft.tfs.core.util |
---|
Methods in com.microsoft.tfs.core.util with parameters of type HTTPClientFactory | |
---|---|
static java.lang.String |
FederatedAuthenticationHelpers.getWRAPAccessToken(HTTPClientFactory clientFactory,
java.net.URI acsIssuerURI,
java.lang.String wrapScope,
java.lang.String wrapName,
java.lang.String wrapPassword)
Gets a WRAP access token from the specified ACS URI (the scheme, host, and port are used; path is replaced with WRAP document path). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |