We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694e520 commit 9c8a128Copy full SHA for 9c8a128
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