You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/02/23 13:16:40 UTC

[4/4] camel git commit: CAMEL-10878: Regen docs

CAMEL-10878: Regen docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f7a75746
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f7a75746
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f7a75746

Branch: refs/heads/master
Commit: f7a75746a07eefd2dffc858be09d55168eac212b
Parents: 9bab30e
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Feb 23 14:12:16 2017 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Feb 23 14:15:10 2017 +0100

----------------------------------------------------------------------
 .../src/main/docs/atmosphere-websocket-component.adoc           | 5 +++--
 components/camel-jetty9/src/main/docs/jetty-component.adoc      | 5 +++--
 components/readme.adoc                                          | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f7a75746/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc b/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
index b5dfa16..3fdaee0 100644
--- a/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
+++ b/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
@@ -57,7 +57,7 @@ The Atmosphere Websocket component supports 7 options which are listed below.
 
 
 // endpoint options: START
-The Atmosphere Websocket component supports 36 endpoint options which are listed below:
+The Atmosphere Websocket component supports 37 endpoint options which are listed below:
 
 {% raw %}
 [width="100%",cols="2,1,1m,1m,5",options="header"]
@@ -88,6 +88,7 @@ The Atmosphere Websocket component supports 36 endpoint options which are listed
 | connectionClose | producer | false | boolean | Specifies whether a Connection Close header must be added to HTTP Request. By default connectionClose is false.
 | cookieHandler | producer |  | CookieHandler | Configure a cookie handler to maintain a HTTP session
 | copyHeaders | producer | true | boolean | If this option is true then IN exchange headers will be copied to OUT exchange headers according to copy strategy. Setting this to false allows to only include the headers from the HTTP response (not propagating IN headers).
+| httpMethod | producer |  | String | Configure the http Method to use as URI param. In case this is set it can't be overriden by the HttpMethod header.
 | ignoreResponseBody | producer | false | boolean | If this option is true The http producer won't read response body and cache the input stream
 | okStatusCodeRange | producer | 200-299 | String | The status codes which is considered a success response. The values are inclusive. The range must be defined as from-to with the dash included.
 | preserveHostHeader | producer | false | boolean | If the option is true HttpProducer will set the Host header to the value contained in the current exchange Host header useful in reverse proxy applications where you want the Host header received by the downstream server to reflect the URL called by the upstream client this allows applications which use the Host header to generate accurate URL's for a proxied service
@@ -173,4 +174,4 @@ And the equivalent Spring sample:
 * link:servlet.html[SERVLET]
 * link:ahc-ws.html[AHC-WS]
 *
-https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=39621544[Websocket]
\ No newline at end of file
+https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=39621544[Websocket]

http://git-wip-us.apache.org/repos/asf/camel/blob/f7a75746/components/camel-jetty9/src/main/docs/jetty-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jetty9/src/main/docs/jetty-component.adoc b/components/camel-jetty9/src/main/docs/jetty-component.adoc
index 1b50870..9b8d992 100644
--- a/components/camel-jetty9/src/main/docs/jetty-component.adoc
+++ b/components/camel-jetty9/src/main/docs/jetty-component.adoc
@@ -102,7 +102,7 @@ The Jetty 9 component supports 31 options which are listed below.
 
 
 // endpoint options: START
-The Jetty 9 component supports 54 endpoint options which are listed below:
+The Jetty 9 component supports 55 endpoint options which are listed below:
 
 {% raw %}
 [width="100%",cols="2,1,1m,1m,5",options="header"]
@@ -145,6 +145,7 @@ The Jetty 9 component supports 54 endpoint options which are listed below:
 | copyHeaders | producer | true | boolean | If this option is true then IN exchange headers will be copied to OUT exchange headers according to copy strategy. Setting this to false allows to only include the headers from the HTTP response (not propagating IN headers).
 | httpClientMaxThreads | producer | 254 | Integer | To set a value for maximum number of threads in HttpClient thread pool. This setting override any setting configured on component level. Notice that both a min and max size must be configured. If not set it default to max 254 threads used in Jettys thread pool.
 | httpClientMinThreads | producer | 8 | Integer | To set a value for minimum number of threads in HttpClient thread pool. This setting override any setting configured on component level. Notice that both a min and max size must be configured. If not set it default to min 8 threads used in Jettys thread pool.
+| httpMethod | producer |  | String | Configure the http Method to use as URI param. In case this is set it can't be overriden by the HttpMethod header.
 | ignoreResponseBody | producer | false | boolean | If this option is true The http producer won't read response body and cache the input stream
 | okStatusCodeRange | producer | 200-299 | String | The status codes which is considered a success response. The values are inclusive. The range must be defined as from-to with the dash included.
 | preserveHostHeader | producer | false | boolean | If the option is true HttpProducer will set the Host header to the value contained in the current exchange Host header useful in reverse proxy applications where you want the Host header received by the downstream server to reflect the URL called by the upstream client this allows applications which use the Host header to generate accurate URL's for a proxied service
@@ -719,4 +720,4 @@ name collisions when registering Jetty MBeans.
 * link:endpoint.html[Endpoint]
 * link:getting-started.html[Getting Started]
 
-* link:http.html[HTTP]
\ No newline at end of file
+* link:http.html[HTTP]

http://git-wip-us.apache.org/repos/asf/camel/blob/f7a75746/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 7e2d51b..c8f62ce 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -2,7 +2,7 @@ Components
 ^^^^^^^^^^
 
 // components: START
-Number of Components: 220
+Number of Components: 219
 
 [width="100%",cols="4,1,5",options="header"]
 |=======================================================================