uCosminexus Application Server, Web Service Development Guide

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

HTTPSProperties(Hostname Verifier hv, SSLContext c) constructor

Description

This method sets up the HTTPSProperties object from the javax.net.ssl.HostnameVerifier and javax.net.ssl.SSLContext objects specified in the argument.

Syntax

public HTTPSProperties(HostnameVerifier hv,

SSLContext c)

Parameters

hv
This is the HostnameVerifier object to be specified in the HTTPSProperties object to be set up.

c
This is SSLContext to be specified in the HTTPSProperties object to be set up. You cannot specify null.

Return value

None.

Notes