Example usage for Java javax.net.ssl HostnameVerifier fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | verify(String hostname, SSLSession session) Verify that the host name is an acceptable match with the server's authentication scheme. |