Class X509HostnameVerifierWithExceptions

  • All Implemented Interfaces:
    HostnameVerifier, org.apache.http.conn.ssl.X509HostnameVerifier

    public class X509HostnameVerifierWithExceptions
    extends org.apache.http.conn.ssl.AbstractVerifier
    X509HostnameVerifier implementation that delegates to another one, but will allow a particular set of hosts through even if the delegate verifier fails.
    • Constructor Detail

      • X509HostnameVerifierWithExceptions

        public X509HostnameVerifierWithExceptions​(org.apache.http.conn.ssl.X509HostnameVerifier delegate,
                                                  Set<String> allowedExceptions)