SourcePro® 2025.1 |
SourcePro® API Reference Guide |
The base class for all FTP protocol reply messages. More...
#include <rw/ftp/RWFtpReply.h>
Public Member Functions | |
| RWFtpReply (const RWFtpReply &reply) | |
| RWFtpReply (void) | |
| RWFtpReply & | operator= (const RWFtpReply &reply) |
Public Member Functions inherited from RWNumReply | |
| RWNumReply (const RWNumReply &r) | |
| RWNumReply (void) | |
| 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 |
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_ |
RWFtpReply is the base class for all FTP protocol reply messages. It is a subclass of RWNumReply with no additional methods.
| RWFtpReply::RWFtpReply | ( | void | ) |
Constructs a default RWFtpReply.
| RWFtpReply::RWFtpReply | ( | const RWFtpReply & | reply | ) |
Copy constructor.
| RWFtpReply & RWFtpReply::operator= | ( | const RWFtpReply & | reply | ) |
Assignment operator.
|
Copyright © 2025 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |