Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIHttpReply


RWIHttpReplyRWINumReplyRWIReply

Module

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

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

Member Functions

Synopsis

#include <rw/toolpro/httprepl.h>
RWIHttpReply reply;

Required Libraries

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

Description

RWIHttpReply is the class for all HTTP protocol reply messages. It is a subclass of RWINumReply, and provides additional methods for retrieving returned HTTP header information.

Public Constructors

RWIHttpReply();
RWIHttpReply(const RWSocketPortal& portal, int majorVerNum);

Copy Constructors

RWIHttpReply(const RWIHttpReply& reply);

Assignment Operators

RWIHttpReply&
operator=(const RWIHttpReply& reply);

Public Member Functions

RWBoolean
containsHeader(const RWCString& label) const;
RWIHttpGenericHeader 
header(size_t i) const;
size_t
headerEntries() const
RWCString
headerValue(const RWCString& label) const;
RWSocketPortal
portal() const
RWCString
versionAsString() const

Global Operators

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


Previous fileTop of DocumentContentsIndexNext file

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