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 HttpCommonResult -
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, boolean remoteExecutionEnabled) 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, boolean remoteExecutionEnabled) 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.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