com.sibvisions.rad.remote.http
Class HttpsHostnameVerifier

java.lang.Object
  extended by com.sibvisions.rad.remote.http.HttpsHostnameVerifier
All Implemented Interfaces:
HostnameVerifier

public class HttpsHostnameVerifier
extends Object
implements HostnameVerifier

The HttpsHostnameVerifier is a HostnameVerifier without restrictions.


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

Constructor Detail

HttpsHostnameVerifier

public HttpsHostnameVerifier()
Method Detail

verify

public boolean verify(String arg0,
                      SSLSession arg1)

Specified by:
verify in interface HostnameVerifier


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.