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

RWHttpContentLengthHeader

Module:  Internet Protocols Module   Package:  HTTP


RWHttpContentLengthHeader RWHttpHeaderBase

Local Index

Members

Header File

#include <rw/http/RWHttpContentLengthHeader.h>

Description

RWHttpContentLengthHeader is a specialization class of RWHttpHeaderBase. It is a helper class that formats its contents as Content-Length: header_value, where header_value is the length in bytes of an HTTP command's body information.

Public Constructors

RWHttpContentLengthHeader();
RWHttpContentLengthHeader(int value);
RWHttpContentLengthHeader(const RWHttpGenericHeader& hdr);

Public Member Functions

int
getLength() const;
RWCString
getValue() const; 
void
setValue(int value);
RWCString
value(void) const;


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.