Java javax.net.ssl HostnameVerifier fields, constructors, methods, implement or subclass

Example usage for Java javax.net.ssl HostnameVerifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.net.ssl HostnameVerifier.

The text is from its open source code.

Implementation

javax.net.ssl.HostnameVerifier has the following implementations.
Click this link to see all its implementation.

Constructor

Method

booleanverify(String hostname, SSLSession session)
Verify that the host name is an acceptable match with the server's authentication scheme.