uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

getHostnameVerifier() method

Description

This method acquires the HostnameVerifier object.

Syntax

public HostnameVerifier getHostnameVerifier()

Parameter

None.

Return value

The method returns the HostnameVerifier object. The method returns null if the HostnameVerifier object is not set in this object (HTTPSProperties object).

Notes