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)
Deprecated.
since 7.0.1 use
RequestFactory.createRequest(com.atlassian.sal.api.net.Request.MethodType, java.lang.String) instead. |
HttpResponse |
HttpRetrievalService.get(String url)
Deprecated.
since 7.0.1 use
RequestFactory.createRequest(com.atlassian.sal.api.net.Request.MethodType, java.lang.String) instead. |
HttpResponse |
BaseHttpRetrievalService.get(String url)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientHttpResponse
Deprecated.
since 7.0.1 see
HttpRetrievalService for details |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
HttpClientHttpRetrievalService.get(HttpRequest httpRequest)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TrustedConnectionStatus |
DefaultTrustedConnectionStatusBuilder.getTrustedConnectionStatus(HttpResponse httpResponse)
Deprecated.
|
TrustedConnectionStatus |
TrustedConnectionStatusBuilder.getTrustedConnectionStatus(HttpResponse httpResponse)
Deprecated.
Parses the Trusted Applications Authentication headers from the HTTP response provided to the method and builds a
TrustedConnectionStatus object with the results. |
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences