SourcePro® 2022.1 |
SourcePro® API Reference Guide |
Specialization class of RWFtpReply containing an RWSocketPortal for data that is to be read from or written to the underlying socket. More...
#include <rw/ftp/RWFtpDataReply.h>
Public Member Functions | |
| RWFtpDataReply (void) | |
| RWFtpDataReply (const RWFtpDataReply &reply) | |
| RWSocketPortal | getPortal (void) const |
| RWFtpDataReply & | operator= (const RWFtpDataReply &reply) |
Public Member Functions inherited from RWFtpReply | |
| RWFtpReply (void) | |
| RWFtpReply (const RWFtpReply &reply) | |
| RWFtpReply & | operator= (const RWFtpReply &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 RWFtpDataReply &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_ |
RWFtpDataReply is a specialization class of RWFtpReply. It contains an RWSocketPortal for data that is to be read from or written to the underlying socket.
| RWFtpDataReply::RWFtpDataReply | ( | void | ) |
Default constructor.
| RWFtpDataReply::RWFtpDataReply | ( | const RWFtpDataReply & | reply | ) |
Copy constructor.
| RWSocketPortal RWFtpDataReply::getPortal | ( | void | ) | const |
Returns the RWSocketPortal to use for the data communication session.
| RWFtpDataReply& RWFtpDataReply::operator= | ( | const RWFtpDataReply & | reply | ) |
Assignment operator. Makes self a copy of reply. The previous contents of self are lost.
|
friend |
Outputs an RWFtpDataReply object to an std::ostream.
|
Copyright © 2022 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |