This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new c141cc2 Regen
c141cc2 is described below
commit c141cc242bc48e309087328f125646af2b9de8d8
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Dec 13 11:45:34 2017 +0100
Regen
---
components/camel-undertow/src/main/docs/undertow-component.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/components/camel-undertow/src/main/docs/undertow-component.adoc
b/components/camel-undertow/src/main/docs/undertow-component.adoc
index 945d26c..e444bf8 100644
--- a/components/camel-undertow/src/main/docs/undertow-component.adoc
+++ b/components/camel-undertow/src/main/docs/undertow-component.adoc
@@ -89,25 +89,25 @@ with the following path and query parameters:
|===
| Name | Description | Default | Type
| *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the
Camel routing Error Handler which mean any exceptions occurred while the
consumer is trying to pickup incoming messages or the likes will now be
processed as a message and handled by the routing Error Handler. By default the
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with
exceptions that will be logged at WARN or ERROR level and ignored. | false |
boolean
-| *fireWebSocketChannelEvents* (consumer) | if true the consumer will post
notifications to the route when a new WebSocket peer connects disconnects etc.
See UndertowConstants.EVENT_TYPE and EventType. | false | boolean
| *httpMethodRestrict* (consumer) | Used to only allow consuming if the
HttpMethod matches such as GET/POST/PUT etc. Multiple methods can be specified
separated by comma. | | String
| *matchOnUriPrefix* (consumer) | Whether or not the consumer should try to
find a target consumer by matching the URI prefix if no exact match is found. |
false | Boolean
| *optionsEnabled* (consumer) | Specifies whether to enable HTTP OPTIONS for
this Servlet consumer. By default OPTIONS is turned off. | false | boolean
-| *useStreaming* (consumer) | if true text and binary messages coming through
a WebSocket will be wrapped as java.io.Reader and java.io.InputStream
respectively before they are passed to an Exchange; otherwise they will be
passed as String and byte respectively. | false | boolean
| *exceptionHandler* (consumer) | To let the consumer use a custom
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this
options is not in use. By default the consumer will deal with exceptions that
will be logged at WARN or ERROR level and ignored. | | ExceptionHandler
| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer
creates an exchange. | | ExchangePattern
| *cookieHandler* (producer) | Configure a cookie handler to maintain a HTTP
session | | CookieHandler
| *keepAlive* (producer) | Setting to ensure socket is not closed due to
inactivity | true | Boolean
| *options* (producer) | Sets additional channel options. The options that can
be used are defined in org.xnio.Options. To configure from endpoint uri then
prefix each option with option. such as
option.close-abort=true&option.send-buffer=8192 | | Map
| *reuseAddresses* (producer) | Setting to facilitate socket multiplexing |
true | Boolean
-| *sendTimeout* (producer) | Timeout in milliseconds when sending to a
websocket channel. The default timeout is 30000 (30 seconds). | 30000 | Integer
-| *sendToAll* (producer) | To send to all websocket subscribers. Can be used
to configure on endpoint level instead of having to use the
UndertowConstants.SEND_TO_ALL header on the message. | | Boolean
| *tcpNoDelay* (producer) | Setting to improve TCP protocol performance | true
| Boolean
| *throwExceptionOnFailure* (producer) | Option to disable throwing the
HttpOperationFailedException in case of failed responses from the remote
server. This allows you to get all responses regardless of the HTTP status
code. | true | Boolean
| *transferException* (producer) | If enabled and an Exchange failed
processing on the consumer side and if the caused Exception was send back
serialized in the response as a application/x-java-serialized-object content
type. On the producer side the exception will be deserialized and thrown as is
instead of the HttpOperationFailedException. The caused exception is required
to be serialized. This is by default turned off. If you enable this then be
aware that Java will deserialize the in [...]
| *headerFilterStrategy* (advanced) | To use a custom HeaderFilterStrategy to
filter header to and from Camel message. | | HeaderFilterStrategy
| *synchronous* (advanced) | Sets whether synchronous processing should be
strictly used or Camel is allowed to use asynchronous processing (if
supported). | false | boolean
| *undertowHttpBinding* (advanced) | To use a custom UndertowHttpBinding to
control the mapping between Camel message and undertow. | | UndertowHttpBinding
+| *fireWebSocketChannelEvents* (websocket) | if true the consumer will post
notifications to the route when a new WebSocket peer connects disconnects etc.
See UndertowConstants.EVENT_TYPE and EventType. | false | boolean
+| *sendTimeout* (websocket) | Timeout in milliseconds when sending to a
websocket channel. The default timeout is 30000 (30 seconds). | 30000 | Integer
+| *sendToAll* (websocket) | To send to all websocket subscribers. Can be used
to configure on endpoint level instead of having to use the
UndertowConstants.SEND_TO_ALL header on the message. | | Boolean
+| *useStreaming* (websocket) | if true text and binary messages coming through
a WebSocket will be wrapped as java.io.Reader and java.io.InputStream
respectively before they are passed to an Exchange; otherwise they will be
passed as String and byte respectively. | false | boolean
| *sslContextParameters* (security) | To configure security using
SSLContextParameters | | SSLContextParameters
|===
// endpoint options: END
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].