Interface NettyHttpEndpointBuilderFactory.NettyHttpBuilders

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

public static interface NettyHttpEndpointBuilderFactory.NettyHttpBuilders
  • Method Details

    • nettyHttp

      Netty HTTP (camel-netty-http) Netty HTTP server and client using the Netty 4.x. Category: networking,http Since: 2.14 Maven coordinates: org.apache.camel:camel-netty-http
      Returns:
      the dsl builder for the headers' name.
    • nettyHttp

      Netty HTTP (camel-netty-http) Netty HTTP server and client using the Netty 4.x. Category: networking,http Since: 2.14 Maven coordinates: org.apache.camel:camel-netty-http Syntax: netty-http:protocol://host:port/path Path parameter: protocol (required) The protocol to use which is either http, https or proxy - a consumer only option. There are 2 enums and the value can be one of: http, https Path parameter: host (required) The local hostname such as localhost, or 0.0.0.0 when being a consumer. The remote HTTP server hostname when using producer. Path parameter: port The host port number Path parameter: path Resource path
      Parameters:
      path - protocol://host:port/path
      Returns:
      the dsl builder
    • nettyHttp

      Netty HTTP (camel-netty-http) Netty HTTP server and client using the Netty 4.x. Category: networking,http Since: 2.14 Maven coordinates: org.apache.camel:camel-netty-http Syntax: netty-http:protocol://host:port/path Path parameter: protocol (required) The protocol to use which is either http, https or proxy - a consumer only option. There are 2 enums and the value can be one of: http, https Path parameter: host (required) The local hostname such as localhost, or 0.0.0.0 when being a consumer. The remote HTTP server hostname when using producer. Path parameter: port The host port number Path parameter: path Resource path
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - protocol://host:port/path
      Returns:
      the dsl builder