org.jclouds.http.config
Class SSLModule.LogToMapHostnameVerifier
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLModule.LogToMapHostnameVerifier
public SSLModule.LogToMapHostnameVerifier()
verify
public boolean verify(String hostname,
SSLSession session)
- Specified by:
verify in interface HostnameVerifier
Copyright © 2009-2013 jclouds. All Rights Reserved.