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

RWHttpRequestBody

Module:  Internet Protocols Module   Package:  HTTP


Does not inherit

Local Index

Members

Header File

#include <rw/http/RWHttpRequestBody.h>

Description

RWHttpRequestBody is an abstract base class from which the methods for handling message bodies are derived.

Public Constructor

RWHttpRequestBody();

Public Destructor

virtual
~RWHttpRequestBody();

Public Member Functions

virtual RWHttpRequestBody*
clone() const = 0;
virtual int
getContentLength() const = 0;

NOTE -- An exception is thrown if data without a Content-Length is sent to a server with version less than HTTP/1.1.
virtual RWCString
getNextChunk(size_t size) = 0;
virtual bool
isValid() const = 0;


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.