org.jclouds.http.config
Class SSLModule.LogToMapHostnameVerifier

java.lang.Object
  extended by org.jclouds.http.config.SSLModule.LogToMapHostnameVerifier
All Implemented Interfaces:
HostnameVerifier
Enclosing class:
SSLModule

@Singleton
public static class SSLModule.LogToMapHostnameVerifier
extends Object
implements HostnameVerifier

Used to get more information about HTTPS hostname wrong errors.

Author:
Adrian Cole

Constructor Summary
SSLModule.LogToMapHostnameVerifier()
           
 
Method Summary
 boolean verify(String hostname, SSLSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLModule.LogToMapHostnameVerifier

public SSLModule.LogToMapHostnameVerifier()
Method Detail

verify

public boolean verify(String hostname,
                      SSLSession session)
Specified by:
verify in interface HostnameVerifier


Copyright © 2009-2013 jclouds. All Rights Reserved.