Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIReply



Module

Networking Tools: Thread-hot Internet Classes (int library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Data Types

Member Functions

Synopsis

#include <rw/toolpro/reply.h>

Required Libraries

thr, net, int, tls (and possibly std)

Description

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

Public Constructors

RWIReply();

Public Member Functions

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

Protected Data Members

RWBoolean
complete_;
RWBoolean
valid_;

Public Member Functions

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

Global Operators

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


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.