Class ApacheHttpHostNameMatcher

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean matches​(java.security.cert.X509Certificate x509Certificate, javax.net.ssl.SNIHostName sniHostName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApacheHttpHostNameMatcher

        public ApacheHttpHostNameMatcher()
    • Method Detail

      • matches

        public java.lang.Boolean matches​(java.security.cert.X509Certificate x509Certificate,
                                         javax.net.ssl.SNIHostName sniHostName)
        Specified by:
        matches in interface HostNameMatcher