Interface NettyHttpEndpointBuilderFactory.NettyHttpBuilders

    • Method Detail

      • nettyHttp

        default NettyHttpEndpointBuilderFactory.NettyHttpEndpointBuilder nettyHttp​(String path)
        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. 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
      • nettyHttp

        default NettyHttpEndpointBuilderFactory.NettyHttpEndpointBuilder nettyHttp​(String componentName,
                                                                                   String path)
        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. 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