SourcePro® API Reference Guide

 
List of all members | Public Member Functions
RWSmtpReply Class Reference

Base class for all SMTP protocol reply messages. More...

#include <rw/smtp/RWSmtpReply.h>

Inheritance diagram for RWSmtpReply:
RWNumReply RWReply RWSmtpDataReply

Public Member Functions

 RWSmtpReply (void)
 
- 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

RWSmtpReply is the base class for all SMTP protocol reply messages. It is a subclass of RWNumReply and does not add additional methods.

Constructor & Destructor Documentation

RWSmtpReply::RWSmtpReply ( void  )

Default constructor.

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.