Uses of Record Class
io.camunda.connector.http.base.model.HttpCommonResult
Packages that use HttpCommonResult
Package
Description
-
Uses of HttpCommonResult in io.camunda.connector.http.base
Methods in io.camunda.connector.http.base that return HttpCommonResultModifier and TypeMethodDescriptionHttpService.executeConnectorRequest(HttpCommonRequest request) HttpService.executeConnectorRequest(HttpCommonRequest request, io.camunda.document.factory.DocumentFactory documentFactory) -
Uses of HttpCommonResult in io.camunda.connector.http.base.client
Methods in io.camunda.connector.http.base.client that return HttpCommonResultModifier and TypeMethodDescriptiondefault HttpCommonResultHttpClient.execute(HttpCommonRequest request) Executes the givenHttpCommonRequestand returns the result as aHttpCommonResult.HttpClient.execute(HttpCommonRequest request, ExecutionEnvironment executionEnvironment) Executes the givenHttpCommonRequestand returns the result as aHttpCommonResult. -
Uses of HttpCommonResult in io.camunda.connector.http.base.client.apache
Methods in io.camunda.connector.http.base.client.apache that return HttpCommonResultModifier and TypeMethodDescriptionCustomApacheHttpClient.execute(HttpCommonRequest request, ExecutionEnvironment executionEnvironment) Converts the givenHttpCommonRequestto an ApacheClassicHttpRequestand executes it.HttpCommonResultResponseHandler.handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response) -
Uses of HttpCommonResult in io.camunda.connector.http.base.document
Methods in io.camunda.connector.http.base.document with parameters of type HttpCommonResultModifier and TypeMethodDescriptionio.camunda.document.DocumentFileResponseHandler.handleCloudFunctionResult(HttpCommonResult result) -
Uses of HttpCommonResult in io.camunda.connector.http.base.exception
Methods in io.camunda.connector.http.base.exception with parameters of type HttpCommonResultModifier and TypeMethodDescriptionstatic ConnectorExceptionConnectorExceptionMapper.from(HttpCommonResult result) -
Uses of HttpCommonResult in io.camunda.connector.http.base.model
Methods in io.camunda.connector.http.base.model that return HttpCommonResult