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

RWSecureSocketSession

Module:  Secure Communication Module   Package:  Secure Sockets


RWSecureSocketSessionRWHandleBase

Local Index

Members

Header File

#include <rw/secsock/RWSecureSocketSession.h>

Description

RWSecureSocketSession represents a secure socket session. It is used on the client side of the SSL/TLS protocol to reuse sessions and avoids the overhead of the SSL/TLS handshake. Session reuse is described in the Secure Communication Module User's Guide.

RWSecureSocketSession is an adapter for the cryptographic library's representation of a secure socket session.

Typedef

Constructor

RWSecureSocketSession(); 

Public Member Functions

RWSecureSocketSessionRep 
getRep() const;

NOTE -- The memory that this pointer references is owned by the body class, RWSecureSocketSessionImp. Users should not attempt to delete memory. RWSecureSocketSessionImp deletes the memory when all handles referring to that body are destroyed.
bool
isValid() const;


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.