Interface HttpEndpointBuilderFactory.HttpBuilders

    • Method Detail

      • http

        default HttpEndpointBuilderFactory.HttpEndpointBuilder http​(String path)
        HTTP (camel-http) Send requests to external HTTP servers using Apache HTTP Client 4.x. Category: http Since: 2.3 Maven coordinates: org.apache.camel:camel-http Syntax: http://httpUri Path parameter: httpUri (required) The url of the HTTP endpoint to call.
        Parameters:
        path - //httpUri
        Returns:
        the dsl builder
      • http

        default HttpEndpointBuilderFactory.HttpEndpointBuilder http​(String componentName,
                                                                    String path)
        HTTP (camel-http) Send requests to external HTTP servers using Apache HTTP Client 4.x. Category: http Since: 2.3 Maven coordinates: org.apache.camel:camel-http Syntax: http://httpUri Path parameter: httpUri (required) The url of the HTTP endpoint to call.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - //httpUri
        Returns:
        the dsl builder
      • https

        default HttpEndpointBuilderFactory.HttpEndpointBuilder https​(String path)
        HTTPS (Secure) (camel-http) Send requests to external HTTP servers using Apache HTTP Client 4.x. Category: http Since: 2.3 Maven coordinates: org.apache.camel:camel-http Syntax: https://httpUri Path parameter: httpUri (required) The url of the HTTP endpoint to call.
        Parameters:
        path - //httpUri
        Returns:
        the dsl builder