Interface NettyEndpointBuilderFactory.NettyBuilders

    • Method Detail

      • netty

        default NettyEndpointBuilderFactory.NettyHeaderNameBuilder netty()
        Netty (camel-netty) Socket level networking using TCP or UDP with Netty 4.x. Category: networking,tcp,udp Since: 2.14 Maven coordinates: org.apache.camel:camel-netty
        Returns:
        the dsl builder for the headers' name.
      • netty

        default NettyEndpointBuilderFactory.NettyEndpointBuilder netty​(String path)
        Netty (camel-netty) Socket level networking using TCP or UDP with Netty 4.x. Category: networking,tcp,udp Since: 2.14 Maven coordinates: org.apache.camel:camel-netty Syntax: netty:protocol://host:port Path parameter: protocol (required) The protocol to use which can be tcp or udp. There are 2 enums and the value can be one of: tcp, udp Path parameter: host (required) The hostname. For the consumer the hostname is localhost or 0.0.0.0. For the producer the hostname is the remote host to connect to Path parameter: port (required) The host port number
        Parameters:
        path - protocol://host:port
        Returns:
        the dsl builder
      • netty

        default NettyEndpointBuilderFactory.NettyEndpointBuilder netty​(String componentName,
                                                                       String path)
        Netty (camel-netty) Socket level networking using TCP or UDP with Netty 4.x. Category: networking,tcp,udp Since: 2.14 Maven coordinates: org.apache.camel:camel-netty Syntax: netty:protocol://host:port Path parameter: protocol (required) The protocol to use which can be tcp or udp. There are 2 enums and the value can be one of: tcp, udp Path parameter: host (required) The hostname. For the consumer the hostname is localhost or 0.0.0.0. For the producer the hostname is the remote host to connect to Path parameter: port (required) The host port number
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - protocol://host:port
        Returns:
        the dsl builder