| Package | Description |
|---|---|
| com.atlassian.confluence.util.http | |
| com.atlassian.confluence.util.http.httpclient |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRetrievalService.getDefaultRequestFor(String url)
Retrieve the default configured HttpRequest for a particular URL.
|
HttpRequest |
ExternalOnlyHttpRetrievalService.getDefaultRequestFor(String url)
Retrieve the default configured HttpRequest for a particular URL.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpRetrievalService.get(HttpRequest request)
Retrieve a URL using custom HttpRequest settings
|
HttpResponse |
ExternalOnlyHttpRetrievalService.get(HttpRequest request)
Retrieve a URL using custom HttpRequest settings
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpClientHttpRetrievalService.getDefaultRequestFor(String url) |
HttpRequest |
ExternalOnlyHttpRetrievalServiceImpl.getDefaultRequestFor(String url) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpClientHttpRetrievalService.get(HttpRequest httpRequest) |
HttpResponse |
ExternalOnlyHttpRetrievalServiceImpl.get(HttpRequest request) |
| Constructor and Description |
|---|
HttpClientHttpResponse(HttpRequest httpRequest,
org.apache.commons.httpclient.HttpMethod method) |
Copyright © 2003–2017 Atlassian. All rights reserved.