![]() SourcePro C++ 13.0 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
Specialization class of RWFtpsReply containing an RWPortal for data read from or written to the underlying socket. More...
#include <rw/ftps/RWFtpsDataReply.h>
Public Member Functions | |
| RWFtpsDataReply (void) | |
| RWFtpsDataReply (const RWFtpsDataReply &reply) | |
| RWPortal | getPortal (void) const |
| RWFtpsDataReply & | operator= (const RWFtpsDataReply &reply) |
Public Member Functions inherited from RWFtpsReply | |
| 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 |
| More... | |
| bool | is3XX (void) const |
| More... | |
| bool | is4XX (void) const |
| More... | |
| bool | is5XX (void) const |
| More... | |
| RWNumReply & | operator= (const RWNumReply &reply) |
| const RWNumReplyLine & | operator[] (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 |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const RWFtpsDataReply &r) |
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_ |
RWFtpsDataReply is a specialization class of RWFtpsReply. It contains an RWPortal for data that is to be read from or written to the underlying socket.
| RWFtpsDataReply::RWFtpsDataReply | ( | void | ) |
Default constructor.
| RWFtpsDataReply::RWFtpsDataReply | ( | const RWFtpsDataReply & | reply | ) |
Copy constructor.
| RWPortal RWFtpsDataReply::getPortal | ( | void | ) | const |
Returns the RWPortal to use for the data communication session.
| RWFtpsDataReply& RWFtpsDataReply::operator= | ( | const RWFtpsDataReply & | reply | ) |
Assignment operator. Makes self a copy of reply. The previous contents of self are lost.
|
friend |
Outputs an RWFtpsDataReply object to an std::ostream.
Copyright © 2014 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.