| Modifier and Type | Method and Description | 
|---|---|
String | 
BaseHttpRetrievalMacro.failed(String url,
      HttpResponse response)  | 
abstract String | 
BaseHttpRetrievalMacro.successfulResponse(Map parameters,
                  com.atlassian.renderer.RenderContext renderContext,
                  String url,
                  HttpResponse response)  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpResponse | 
HttpRetrievalService.get(HttpRequest request)
Retrieve a URL using custom HttpRequest settings 
 | 
HttpResponse | 
HttpRetrievalService.get(String url)
Retrieve a URL using the default HttpRequest settings for that URL. 
 | 
HttpResponse | 
BaseHttpRetrievalService.get(String url)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpClientHttpResponse  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpResponse | 
HttpClientHttpRetrievalService.get(HttpRequest httpRequest)  | 
| Modifier and Type | Method and Description | 
|---|---|
TrustedConnectionStatus | 
TrustedConnectionStatusBuilder.getTrustedConnectionStatus(HttpResponse httpResponse)
Parses the Trusted Applications Authentication headers from the HTTP response provided to the method and builds a
  
TrustedConnectionStatus object with the results. | 
TrustedConnectionStatus | 
DefaultTrustedConnectionStatusBuilder.getTrustedConnectionStatus(HttpResponse httpResponse)  | 
Copyright © 2003–2017 Atlassian. All rights reserved.