Class HTTPClientPool.TheTrustStrategy

  • All Implemented Interfaces:
    org.apache.http.ssl.TrustStrategy
    Enclosing class:
    HTTPClientPool

    public static class HTTPClientPool.TheTrustStrategy
    extends java.lang.Object
    implements org.apache.http.ssl.TrustStrategy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isTrusted​(java.security.cert.X509Certificate[] arg0, java.lang.String arg1)  
      • Methods inherited from class java.lang.Object

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

      • TheTrustStrategy

        public TheTrustStrategy()
    • Method Detail

      • isTrusted

        public boolean isTrusted​(java.security.cert.X509Certificate[] arg0,
                                 java.lang.String arg1)
        Specified by:
        isTrusted in interface org.apache.http.ssl.TrustStrategy