BAEL-4448: Added examples for setting TLS version in HttpClient (#9936)

* [BAEL-4448] Added examples for setting TLS version in HttpClient

(cherry picked from commit f4d40fc3f3140fd046ed957030e9a54582bd4a67)

* [BAEL-4448] Simplified the code for one example

* [BAEL-4448] Formatting fixes and moved to new package

* [BAEL-4448] Forgot an import and fixed class name typo

* [BAEL-4448] Created second module for httpclient and moved article code

Co-authored-by: joe <joe.boudreau@pm.me>
This commit is contained in:
Joe Boudreau
2020-09-24 12:28:05 -04:00
committed by GitHub
parent ee4fdb9bde
commit d100adc9c5
6 changed files with 135 additions and 0 deletions
+2
View File
@@ -424,6 +424,7 @@
<module>hazelcast</module>
<module>helidon</module>
<module>httpclient</module>
<module>httpclient-2</module>
<module>httpclient-simple</module>
<module>hystrix</module>
@@ -935,6 +936,7 @@
<module>hazelcast</module>
<module>helidon</module>
<module>httpclient</module>
<module>httpclient-2</module>
<module>httpclient-simple</module>
<module>hystrix</module>