Repository: camel Updated Branches: refs/heads/camel-2.18.x ba8f3aa04 -> e0fb6a289 refs/heads/master b1da897d9 -> 2737a6ca9
Component docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/271399fd Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/271399fd Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/271399fd Branch: refs/heads/master Commit: 271399fd716c56bfdb6d00a8a9370a5f9b3f5dfd Parents: b1da897 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Dec 16 09:53:03 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Dec 16 09:53:03 2016 +0100 ---------------------------------------------------------------------- components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/271399fd/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc b/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc index b49ec26..6bba319 100644 --- a/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc +++ b/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc @@ -69,7 +69,7 @@ The AHC Websocket component supports 6 options which are listed below. // endpoint options: START -The AHC Websocket component supports 18 endpoint options which are listed below: +The AHC Websocket component supports 19 endpoint options which are listed below: {% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] @@ -92,6 +92,7 @@ The AHC Websocket component supports 18 endpoint options which are listed below: | clientConfig | advanced | | AsyncHttpClientConfig | To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance. | clientConfigOptions | advanced | | Map | To configure the AsyncHttpClientConfig using the key/values from the Map. | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). +| clientConfigRealmOptions | security | | Map | To configure the AsyncHttpClientConfig Realm using the key/values from the Map. | sslContextParameters | security | | SSLContextParameters | Reference to a org.apache.camel.util.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. |======================================================================= {% endraw %}