rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWHttpIfEntityTagRangeHeader Class Reference
[HTTP]

Helper class that defines the HTTP If-Range header with entity tag. More...

#include <rw/http/RWHttpIfEntityTagRangeHeader.h>

Inheritance diagram for RWHttpIfEntityTagRangeHeader:
RWHttpEntityTagHeaderBase RWHttpHeaderBase

List of all members.

Public Member Functions

 RWHttpIfEntityTagRangeHeader (void)
 RWHttpIfEntityTagRangeHeader (const RWHttpEntityTag &etag)
 RWHttpIfEntityTagRangeHeader (const RWHttpGenericHeader &hdr)

Detailed Description

RWHttpIfEntityTagRangeHeader is a specialization class of RWHttpEntityTagHeaderBase. It is a helper class that formats its contents as If-Range: followed by an entity tag.


Constructor & Destructor Documentation

RWHttpIfEntityTagRangeHeader::RWHttpIfEntityTagRangeHeader ( void   )  [inline]

Constructs a default RWHttpIfEntityTagRangeHeader object with the header label set to If-Range and the entity tag set to a default RWHttpEntityTag object.

RWHttpIfEntityTagRangeHeader::RWHttpIfEntityTagRangeHeader ( const RWHttpEntityTag etag  )  [inline]

Constructs an RWHttpIfEntityTagRangeHeader with the header label set to If-Range and entity tag set to etag.

RWHttpIfEntityTagRangeHeader::RWHttpIfEntityTagRangeHeader ( const RWHttpGenericHeader hdr  ) 

Constructs an RWHttpIfEntityTagRangeHeader from the RWHttpGenericHeader hdr. If the RWHttpGenericHeader is not a validly formatted HTTP If-Range header, an RWHttpHeaderParseError is thrown.

 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© 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.