Package de.uplanet.net.ssl
Class AllHostnameVerifier
- java.lang.Object
- 
- de.uplanet.net.ssl.AllHostnameVerifier
 
- 
- All Implemented Interfaces:
- HostnameVerifier
 
 @Scriptable public final class AllHostnameVerifier extends Object implements HostnameVerifier This hostname verifier verifies all hostnames.
- 
- 
Field SummaryFields Modifier and Type Field Description static AllHostnameVerifierINSTANCE
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanverify(String p_strHostname, SSLSession p_session)This method always returnstrue.
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final AllHostnameVerifier INSTANCE 
 
- 
 - 
Method Detail- 
verifypublic boolean verify(String p_strHostname, SSLSession p_session) This method always returnstrue.- Specified by:
- verifyin interface- HostnameVerifier
- Parameters:
- p_strHostname- The host name.
- p_session- The SSLSession used on the connection to host.
- Returns:
- Always true.
 
 
- 
 
-