差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
java:apache_camel:rest_with_netty_http_and_ssl [2017/11/22 20:58]
tony
java:apache_camel:rest_with_netty_http_and_ssl [2023/06/25 09:48] (目前版本)
行 1: 行 1:
 {{tag>​camel}} {{tag>​camel}}
 ====== Apply the REST with Netty-http and SSL ====== ====== Apply the REST with Netty-http and SSL ======
-網路找到的大部分都是透過xml設定方法,後來實驗出一個可行方法分享給大家+網路找到的大都是透過xml設定SSL到RestConfiguration中,後來實驗出透過coding的方法。
 ===== Java ===== ===== Java =====
 <code java> <code java>
行 94: 行 94:
   * [[http://​camel.apache.org/​netty4-http.html|netty4-http]]   * [[http://​camel.apache.org/​netty4-http.html|netty4-http]]
   * [[http://​camel.apache.org/​camel-configuration-utilities.html|camel-configuration-utilities]]   * [[http://​camel.apache.org/​camel-configuration-utilities.html|camel-configuration-utilities]]
 +  * [[https://​stackoverflow.com/​questions/​40803215/​camel-jetty-rest-methods-on-2-ports-and-protocols|Camel jetty rest methods on 2 ports and protocols]]
  
 =====    ===== =====    =====