Interface HttpEndpointBuilderFactory.HttpBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
HttpEndpointBuilderFactory

public static interface HttpEndpointBuilderFactory.HttpBuilders
  • Method Details

    • http

      HTTP (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x. Category: http Since: 2.3 Maven coordinates: org.apache.camel:camel-http
      Returns:
      the dsl builder for the headers' name.
    • http

      HTTP (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.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 5.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

      HTTPS (Secure) (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.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