| Package | Description |
|---|---|
| com.atlassian.httpclient.api | |
| com.atlassian.httpclient.api.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
RedirectingHttpClient
An HTTP Client which forwards all its method calls to another HTTP Client.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract HttpClient |
RedirectingHttpClient.delegate() |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
HttpClientFactory.create(HttpClientOptions options)
Creates a new instance of
HttpClient |
<C> HttpClient |
HttpClientFactory.create(HttpClientOptions options,
com.atlassian.sal.api.executor.ThreadLocalContextManager<C> threadLocalContextManager)
Creates a new instance of
HttpClient |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientFactory.dispose(HttpClient httpClient)
Disposes the given instance of
HttpClient |
Copyright © 2012–2024 Atlassian. All rights reserved.