Interface WsEndpointBuilderFactory.WsBuilders

    • Method Detail

      • ahcWs

        default WsEndpointBuilderFactory.WsEndpointBuilder ahcWs​(String path)
        Async HTTP Client (AHC) Websocket (camel-ahc-ws) Exchange data with external Websocket servers using Async Http Client. Category: websocket Since: 2.14 Maven coordinates: org.apache.camel:camel-ahc-ws Syntax: ahc-ws:httpUri Path parameter: httpUri (required) The URI to use such as http://hostname:port/path
        Parameters:
        path - httpUri
        Returns:
        the dsl builder
      • ahcWs

        default WsEndpointBuilderFactory.WsEndpointBuilder ahcWs​(String componentName,
                                                                 String path)
        Async HTTP Client (AHC) Websocket (camel-ahc-ws) Exchange data with external Websocket servers using Async Http Client. Category: websocket Since: 2.14 Maven coordinates: org.apache.camel:camel-ahc-ws Syntax: ahc-ws:httpUri Path parameter: httpUri (required) The URI to use such as http://hostname:port/path
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - httpUri
        Returns:
        the dsl builder
      • ahcWss

        default WsEndpointBuilderFactory.WsEndpointBuilder ahcWss​(String path)
        Async HTTP Client (AHC) Secure Websocket (Secure) (camel-ahc-ws) Exchange data with external Websocket servers using Async Http Client. Category: websocket Since: 2.14 Maven coordinates: org.apache.camel:camel-ahc-ws Syntax: ahc-wss:httpUri Path parameter: httpUri (required) The URI to use such as http://hostname:port/path
        Parameters:
        path - httpUri
        Returns:
        the dsl builder