SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
List of all members | Public Member Functions
RWFtpsReply Class Reference

The base class for all FTPS protocol reply messages. More...

#include <rw/ftps/RWFtpsReply.h>

Inheritance diagram for RWFtpsReply:
RWNumReply RWReply RWFtpsDataReply RWFtpsPwdReply

Public Member Functions

 RWFtpsReply (void)
 
 RWFtpsReply (const RWFtpsReply &reply)
 
- Public Member Functions inherited from RWNumReply
 RWNumReply (void)
 
 RWNumReply (const RWNumReply &r)
 
virtual ~RWNumReply (void)
 
void clearAndDestroy (void)
 
size_t entries (void) const
 
RWCString getData (void) const
 
unsigned int getStatusCode (void) const
 
bool is1XX (void) const
 
bool is2XX (void) const
 
bool is3XX (void) const
 
bool is4XX (void) const
 
bool is5XX (void) const
 
RWNumReplyoperator= (const RWNumReply &reply)
 
const RWNumReplyLineoperator[] (size_t i) const
 
- Public Member Functions inherited from RWReply
 RWReply (void)
 
virtual ~RWReply (void)
 
virtual bool isComplete (void) const
 
virtual bool isValid (void) const
 

Additional Inherited Members

- Protected Member Functions inherited from RWNumReply
void append (RWNumReplyLine &r)
 
void copy (const RWNumReply &r)
 
virtual void parse (void)
 
void readFromPortal (const RWPortal &portal)
 
- Protected Attributes inherited from RWReply
bool complete_
 
bool valid_
 

Detailed Description

RWFtpsReply is the base class for all FTPS protocol reply messages. It is a subclass of RWNumReply with no additional methods.

Constructor & Destructor Documentation

RWFtpsReply::RWFtpsReply ( void  )

Constructs a default RWFtpsReply.

RWFtpsReply::RWFtpsReply ( const RWFtpsReply reply)

Copy constructor.

Copyright © 2016 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.
Provide feedback to Rogue Wave about its documentation.