SourcePro® 2022.1 |
SourcePro® API Reference Guide |
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) | |
| RWFtpsReply & | operator= (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 |
| 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 © 2022 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |