Interface AhcEndpointBuilderFactory.AhcBuilders

    • Method Detail

      • ahc

        default AhcEndpointBuilderFactory.AhcHeaderNameBuilder ahc()
        Async HTTP Client (AHC) (camel-ahc) Call external HTTP services using Async Http Client. Category: http Since: 2.8 Maven coordinates: org.apache.camel:camel-ahc
        Returns:
        the dsl builder for the headers' name.
      • ahc

        @Deprecated
        default AhcEndpointBuilderFactory.AhcEndpointBuilder ahc​(String path)
        Deprecated.
        Async HTTP Client (AHC) (camel-ahc) Call external HTTP services using Async Http Client. Category: http Since: 2.8 Maven coordinates: org.apache.camel:camel-ahc Syntax: ahc:httpUri Path parameter: httpUri (required) The URI to use such as http://hostname:port/path
        Parameters:
        path - httpUri
        Returns:
        the dsl builder
      • ahc

        @Deprecated
        default AhcEndpointBuilderFactory.AhcEndpointBuilder ahc​(String componentName,
                                                                 String path)
        Deprecated.
        Async HTTP Client (AHC) (camel-ahc) Call external HTTP services using Async Http Client. Category: http Since: 2.8 Maven coordinates: org.apache.camel:camel-ahc Syntax: ahc:httpUri Path parameter: httpUri (required) The URI to use such as http://hostname:port/path
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - httpUri
        Returns:
        the dsl builder