Interface JettyHttp11EndpointBuilderFactory.JettyHttp11Builders

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

public static interface JettyHttp11EndpointBuilderFactory.JettyHttp11Builders
  • Method Details

    • jetty

      Jetty (camel-jetty) Expose HTTP endpoints using Jetty 11. Category: http Since: 1.2 Maven coordinates: org.apache.camel:camel-jetty
      Returns:
      the dsl builder for the headers' name.
    • jetty

      Jetty (camel-jetty) Expose HTTP endpoints using Jetty 11. Category: http Since: 1.2 Maven coordinates: org.apache.camel:camel-jetty Syntax: jetty:httpUri Path parameter: httpUri (required) The url of the HTTP endpoint to call.
      Parameters:
      path - httpUri
      Returns:
      the dsl builder
    • jetty

      Jetty (camel-jetty) Expose HTTP endpoints using Jetty 11. Category: http Since: 1.2 Maven coordinates: org.apache.camel:camel-jetty Syntax: jetty: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