Class AllHostnameVerifier

    • Method Detail

      • verify

        public boolean verify​(String p_strHostname,
                              SSLSession p_session)
        This method always returns true.
        Specified by:
        verify in interface HostnameVerifier
        Parameters:
        p_strHostname - The host name.
        p_session - The SSLSession used on the connection to host.
        Returns:
        Always true.