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

RWHttpEntityTagHeaderBase

Module:  Internet Protocols Module   Package:  HTTP


RWHttpEntityTagHeaderBase RWHttpHeaderBase

Local Index

Members

Header File

#include <rw/http/RWHttpEntityTagHeaderBase.h>

Description

RWHttpEntityTagHeaderBase is a specialization of RWHttpHeaderBase. It is a helper class that defines the basic formatting and structure of headers that take etag as an argument.

Protected Constructors

RWHttpEntityTagHeaderBase(const RWCString& label,
                RWHttpHeaderType type=RW_HTTP_ENTITY_HEADER);
RWHttpEntityTagHeaderBase(const RWCString& label,
                 const RWHttpEntityTag& etag,
                 RWHttpHeaderType type=RW_HTTP_ENTITY_HEADER);

Public Member Functions

RWHttpEntityTag
getEntityTag() const;
virtual RWCString
getValue() const;
void
setEntityTag(const  WHttpEntityTag& etag);


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.