Uses of Interface
com.atlassian.confluence.util.http.HttpResponse
-
-
Uses of HttpResponse in com.atlassian.confluence.renderer.v2.macros
Methods in com.atlassian.confluence.renderer.v2.macros with parameters of type HttpResponse Modifier and Type Method Description StringBaseHttpRetrievalMacro. failed(String url, HttpResponse response)abstract StringBaseHttpRetrievalMacro. successfulResponse(Map parameters, com.atlassian.renderer.RenderContext renderContext, String url, HttpResponse response) -
Uses of HttpResponse in com.atlassian.confluence.util.http
Methods in com.atlassian.confluence.util.http that return HttpResponse Modifier and Type Method Description HttpResponseBaseHttpRetrievalService. get(String url)Deprecated, for removal: This API element is subject to removal in a future version.HttpResponseHttpRetrievalService. get(HttpRequest request)Deprecated.since 7.0.1 useRequestFactory.createRequest(com.atlassian.sal.api.net.Request.MethodType, java.lang.String)instead.HttpResponseHttpRetrievalService. get(String url)Deprecated.since 7.0.1 useRequestFactory.createRequest(com.atlassian.sal.api.net.Request.MethodType, java.lang.String)instead. -
Uses of HttpResponse in com.atlassian.confluence.util.http.httpclient
Classes in com.atlassian.confluence.util.http.httpclient that implement HttpResponse Modifier and Type Class Description classHttpClientHttpResponseDeprecated, for removal: This API element is subject to removal in a future version.since 7.0.1 will be removed in 9.0classHttpClientUnAuthorisedResponseDeprecated, for removal: This API element is subject to removal in a future version.since 8.6.0 will be removed in 9.0Methods in com.atlassian.confluence.util.http.httpclient that return HttpResponse Modifier and Type Method Description HttpResponseHttpClientHttpRetrievalService. get(HttpRequest httpRequest)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of HttpResponse in com.atlassian.confluence.util.http.trust
Methods in com.atlassian.confluence.util.http.trust with parameters of type HttpResponse Modifier and Type Method Description TrustedConnectionStatusDefaultTrustedConnectionStatusBuilder. getTrustedConnectionStatus(HttpResponse httpResponse)Deprecated, for removal: This API element is subject to removal in a future version.TrustedConnectionStatusTrustedConnectionStatusBuilder. getTrustedConnectionStatus(HttpResponse httpResponse)Deprecated, for removal: This API element is subject to removal in a future version.Parses the Trusted Applications Authentication headers from the HTTP response provided to the method and builds aTrustedConnectionStatusobject with the results.
-