com.ning.http.util
Class AllowAllHostnameVerifier

java.lang.Object
  extended by com.ning.http.util.AllowAllHostnameVerifier
All Implemented Interfaces:
HostnameVerifier

public class AllowAllHostnameVerifier
extends Object
implements HostnameVerifier


Constructor Summary
AllowAllHostnameVerifier()
           
 
Method Summary
 boolean verify(String s, SSLSession sslSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowAllHostnameVerifier

public AllowAllHostnameVerifier()
Method Detail

verify

public boolean verify(String s,
                      SSLSession sslSession)
Specified by:
verify in interface HostnameVerifier


Copyright © 2014. All Rights Reserved.