We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bdd47 commit 82bf1c7Copy full SHA for 82bf1c7
src/main/java/com/rabbitmq/client/ConnectionFactory.java
@@ -746,6 +746,7 @@ public void useSslProtocol(SSLContext context) {
746
* @see ConnectionFactory#useSslProtocol(SSLContext)
747
* @see ConnectionFactory#useSslProtocol()
748
* @see ConnectionFactory#useSslProtocol(String, TrustManager)
749
+ * @since 5.4.0
750
*/
751
public void enableHostnameVerification() {
752
enableHostnameVerificationForNio();
0 commit comments