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

RWHttpEntityTag

Module:  Internet Protocols Module   Package:  HTTP


Does not inherit

Local Index

Members

Header File

#include <rw/http/RWHttpEntityTag.h>

Description

RWHttpEntityTag maintains the entity tag. It compares two entity tags as defined in the HTTP/1.1 specification. RWHttpEntityTag is used primary within Entity-Tag based classes.

Public Enum

enum
validator { weak = 0, strong = 1};

Public Constructors

RWHttpEntityTag();
RWHttpEntityTag(const RWCString& str, 
                validator val = RWHttpEntityTag::strong);

Public Member Functions

RWCString
asString(void) const;
bool
compareTo(const RWHttpEntityTag& etag, 
          validator val = RWHttpEntityTag::strong);
RWHttpEntityTag::validator
getStrength() const;
RWCString
getTag() const;
void
setEntityTag(const RWCString& tag, 
             validator val = RWHttpEntityTag::strong);


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.