org.jboss.invocation.http.interfaces
Class AnyhostVerifier

java.lang.Object
  extended by org.jboss.invocation.http.interfaces.AnyhostVerifier
All Implemented Interfaces:
HostnameVerifier

public class AnyhostVerifier
extends Object
implements HostnameVerifier


Constructor Summary
AnyhostVerifier()
           
 
Method Summary
static void setHostnameVerifier(HttpURLConnection conn)
           
 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

AnyhostVerifier

public AnyhostVerifier()
Method Detail

setHostnameVerifier

public static void setHostnameVerifier(HttpURLConnection conn)

verify

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.