This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 17e7ff689936b11fab944a540e3fc0aa99e18523 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue May 7 16:41:48 2019 +0100 Fixing table columns --- components/camel-coap/src/main/docs/coap-component.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/camel-coap/src/main/docs/coap-component.adoc b/components/camel-coap/src/main/docs/coap-component.adoc index 7e700ec..3058ce1 100644 --- a/components/camel-coap/src/main/docs/coap-component.adoc +++ b/components/camel-coap/src/main/docs/coap-component.adoc @@ -12,11 +12,11 @@ From Camel 3.0.0, Camel supports the DTLS, TCP and TLS protocols via the followi [width="100%",cols="2,5",options="header"] |=== -| Scheme | Protocol | -| coap | UDP | -| coaps | UDP + DTLS | -| coap+tcp | TCP | -| coaps+tcp | TCP + TLS | +| Scheme | Protocol +| coap | UDP +| coaps | UDP + DTLS +| coap+tcp | TCP +| coaps+tcp | TCP + TLS |=== There are a number of different configuration options to configure TLS. For both DTLS (the "coaps" uri scheme)
