Uses of Class
io.camunda.connector.http.base.model.HttpCommonRequest
Packages that use HttpCommonRequest
Package
Description
-
Uses of HttpCommonRequest in io.camunda.connector.http.base
Methods in io.camunda.connector.http.base with parameters of type HttpCommonRequestModifier and TypeMethodDescriptionHttpService.executeConnectorRequest(HttpCommonRequest request) HttpService.executeConnectorRequest(HttpCommonRequest request, io.camunda.document.factory.DocumentFactory documentFactory) -
Uses of HttpCommonRequest in io.camunda.connector.http.base.authentication
Methods in io.camunda.connector.http.base.authentication that return HttpCommonRequestModifier and TypeMethodDescriptionOAuthService.createOAuthRequestFrom(OAuthAuthentication authentication) Converts aHttpCommonRequestto a request that can be used to fetch an OAuth token. -
Uses of HttpCommonRequest in io.camunda.connector.http.base.client
Methods in io.camunda.connector.http.base.client with parameters of type HttpCommonRequestModifier and TypeMethodDescriptionRequestFactory.createHttpRequest(HttpCommonRequest request) Create a request from aHttpCommonRequest.default 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 HttpCommonRequest in io.camunda.connector.http.base.client.apache
Methods in io.camunda.connector.http.base.client.apache with parameters of type HttpCommonRequestModifier and TypeMethodDescriptionorg.apache.hc.core5.http.ClassicHttpRequestApacheRequestFactory.createHttpRequest(HttpCommonRequest request) CustomApacheHttpClient.execute(HttpCommonRequest request, ExecutionEnvironment executionEnvironment) Converts the givenHttpCommonRequestto an ApacheClassicHttpRequestand executes it. -
Uses of HttpCommonRequest in io.camunda.connector.http.base.client.apache.builder
Methods in io.camunda.connector.http.base.client.apache.builder with parameters of type HttpCommonRequestModifier and TypeMethodDescriptionorg.apache.hc.core5.http.ClassicHttpRequestApacheRequestBuilder.build(HttpCommonRequest request) -
Uses of HttpCommonRequest in io.camunda.connector.http.base.client.apache.builder.parts
Methods in io.camunda.connector.http.base.client.apache.builder.parts with parameters of type HttpCommonRequestModifier and TypeMethodDescriptionvoidApacheRequestAuthenticationBuilder.build(org.apache.hc.core5.http.io.support.ClassicRequestBuilder builder, HttpCommonRequest request) voidApacheRequestBodyBuilder.build(org.apache.hc.core5.http.io.support.ClassicRequestBuilder builder, HttpCommonRequest request) voidApacheRequestHeadersBuilder.build(org.apache.hc.core5.http.io.support.ClassicRequestBuilder builder, HttpCommonRequest request) voidApacheRequestPartBuilder.build(org.apache.hc.core5.http.io.support.ClassicRequestBuilder builder, HttpCommonRequest request) voidApacheRequestQueryParametersBuilder.build(org.apache.hc.core5.http.io.support.ClassicRequestBuilder builder, HttpCommonRequest request) voidApacheRequestUriBuilder.build(org.apache.hc.core5.http.io.support.ClassicRequestBuilder builder, HttpCommonRequest request) -
Uses of HttpCommonRequest in io.camunda.connector.http.base.cloudfunction
Methods in io.camunda.connector.http.base.cloudfunction that return HttpCommonRequestModifier and TypeMethodDescriptionCloudFunctionService.toCloudFunctionRequest(HttpCommonRequest request) Wraps the given request into a new request that is targeted at the Google function to execute the request remotely.Methods in io.camunda.connector.http.base.cloudfunction with parameters of type HttpCommonRequestModifier and TypeMethodDescriptionCloudFunctionService.toCloudFunctionRequest(HttpCommonRequest request) Wraps the given request into a new request that is targeted at the Google function to execute the request remotely.