SourcePro® API Reference Guide

 
Classes | Enumerations

Module Description

These classes allow you to easily create encrypted HTTP connections (HTTPS) in your applications.

Classes

class  RWHttpsCertificateNameMismatch
 Exception class indicating that the default name mismatch callback has been invoked. More...
 
class  RWHttpsCertificateNameParseError
 Exception class indicating that the default name check callback cannot extract the CommonName from an RWX509Certificate. More...
 
class  RWHttpsSecureSocketClient
 Handle class for parent RWHttpClient, providing implementation-specific details for HTTPS clients. More...
 
class  RWHttpsSecurityManager
 Sets various parameters for the HTTPS package. More...
 

Enumerations

enum  RWHttpsConnectionStart { RW_HTTPS_START_SECURE, RW_HTTPS_START_INSECURE }
 

Enumeration Type Documentation

Determines the initial security setting of a secure socket client.

See also
RWHttpsSecureSocketClient
Enumerator
RW_HTTPS_START_SECURE 

Starts a secure connection

RW_HTTPS_START_INSECURE 

Starts an insecure connection

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.