Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.16.2
-
Fix Version/s: 2.18.0
-
Component/s: camel-core
-
Labels:None
-
Patch Info:Patch Available
-
Estimated Complexity:Unknown
Description
The SecureSocketProtocolsParameters and the CipherSuitesParameters have a strange API. If you want to set the list you have to do a getXXX() and then call addAll(mylist)
I would be nice if those class can have setters.