Java org.apache.commons.ssl HostnameVerifier fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.ssl HostnameVerifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.ssl HostnameVerifier.

The text is from its open source code.

Field

HostnameVerifierDEFAULT
The DEFAULT HostnameVerifier works the same way as Curl and Firefox.
HostnameVerifierSTRICT
The STRICT HostnameVerifier works the same way as java.net.URL in Sun Java 1.4, Sun Java 5, Sun Java 6.