Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Secure Communication Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWHttpsSecureSocketClient

Module:  Secure Communication Module   Package:  HTTPS


RWHttpsSecureSocketClientRWHttpClient

Local Index

Members

Header File

#include <rw/https/RWHttpsSecureSocketClient.h>

Description

RWHttpsSecureSocketClient is a derived handle class for RWHttpClient. It provides implementation specific details for HTTPS clients over SSL/TLS enabled sockets.

Enum

enum RWHttpsConnectionStart { 
  RW_HTTPS_START_SECURE,      // Starts a secure connection
  RW_HTTPS_START_INSECURE     // Starts an insecure connection
};

Public Constructors

RWHttpsSecureSocketClient();
RWHttpsSecureSocketClient(const RWHttpsSecureSocketClient&);

Public Destructor

virtual
~RWHttpsSecureSocketClient();

Public Operator

RWHttpsSecureSocketClient&
operator=(const RWHttpsSecureSocketClient& other);

Static Public Member Functions

static RWHttpsSecureSocketClient
make(const RWSecureSocketContext& context, 
  RWHttpsConnectionStart s = RW_HTTPS_START_SECURE);

Public Member Functions

bool
secureUpgrade(); 


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.