|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpClientParams | |
---|---|
com.microsoft.tfs.core.config.httpclient | |
com.microsoft.tfs.core.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
Uses of HttpClientParams in com.microsoft.tfs.core.config.httpclient |
---|
Methods in com.microsoft.tfs.core.config.httpclient with parameters of type HttpClientParams | |
---|---|
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 . |
Uses of HttpClientParams in com.microsoft.tfs.core.httpclient |
---|
Methods in com.microsoft.tfs.core.httpclient that return HttpClientParams | |
---|---|
HttpClientParams |
ProxyClient.getParams()
Returns HTTP protocol parameters associated with
this ProxyClient. |
HttpClientParams |
HttpClient.getParams()
Returns HTTP protocol parameters associated with
this HttpClient. |
Methods in com.microsoft.tfs.core.httpclient with parameters of type HttpClientParams | |
---|---|
void |
ProxyClient.setParams(HttpClientParams params)
Assigns HTTP protocol parameters for this
ProxyClient. |
void |
HttpClient.setParams(HttpClientParams params)
Assigns HTTP protocol parameters for this
HttpClient. |
Constructors in com.microsoft.tfs.core.httpclient with parameters of type HttpClientParams | |
---|---|
HttpClient(HttpClientParams params)
Creates an instance of HttpClient using the given parameter set . |
|
HttpClient(HttpClientParams params,
HttpConnectionManager httpConnectionManager)
Creates an instance of HttpClient with a user specified parameter set and HTTP connection manager . |
|
ProxyClient(HttpClientParams params)
Creates an instance of ProxyClient using the given parameter set . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |