Interface MinaEndpointBuilderFactory.MinaBuilders

    • Method Detail

      • mina

        default MinaEndpointBuilderFactory.MinaEndpointBuilder mina​(String path)
        Mina (camel-mina) Socket level networking using TCP or UDP with Apache Mina 2.x. Category: networking,tcp,udp Since: 2.10 Maven coordinates: org.apache.camel:camel-mina Syntax: mina:protocol:host:port Path parameter: protocol (required) Protocol to use Path parameter: host (required) Hostname to use. Use localhost or 0.0.0.0 for local server as consumer. For producer use the hostname or ip address of the remote server. Path parameter: port (required) Port number
        Parameters:
        path - protocol:host:port
      • mina

        default MinaEndpointBuilderFactory.MinaEndpointBuilder mina​(String componentName,
                                                                    String path)
        Mina (camel-mina) Socket level networking using TCP or UDP with Apache Mina 2.x. Category: networking,tcp,udp Since: 2.10 Maven coordinates: org.apache.camel:camel-mina Syntax: mina:protocol:host:port Path parameter: protocol (required) Protocol to use Path parameter: host (required) Hostname to use. Use localhost or 0.0.0.0 for local server as consumer. For producer use the hostname or ip address of the remote server. Path parameter: port (required) Port number
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - protocol:host:port