Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Internet Protocols Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWReply

Module:  Internet Protocols Module   Package:  Internet Basics


Does not inherit

Local Index

Members

Non-Members

Header File

#include <rw/internet/RWReply.h>

Description

RWReply is the abstract base class for all protocol replies. It provides some common methods that all replies share.

Public Constructor

RWReply();

Public Destructor

virtual
~RWReply(void);

Public Member Functions

virtual void
clearAndDestroy(); 
virtual bool
isComplete() const;
virtual bool
isValid() const;

Protected Data Members

bool
complete_;
bool
valid_;

Protected Member Function

virtual void
readFromPortal(const RWPortal& portal) = 0;

Global Operator

ostream&
operator<<(ostream& strm, const RWReply& r); 

NOTE -- This class does not have an extraction (>>) operator.


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright 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.
Contact Rogue Wave about documentation or support issues.