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

RWHttpHostHeader

Module:  Internet Protocols Module   Package:  HTTP


RWHttpHostHeader RWHttpHeaderBase

Local Index

Members

Header File

#include <rw/http/RWHttpHostHeader.h>

Description

RWHttpHostHeader is a specialization class of RWHttpHeaderBase. It defines the HTTP Host header. It is a helper class that formats its contents as Host: uri, where uri is the host machine to contact.

Public Constructors

RWHttpHostHeader();
RWHttpHostHeader(const RWCString& host, int port=80);
RWHttpHostHeader(const RWHttpGenericHeader& hdr);

Public Member Functions

RWCString
getHost() const;
int
getPort() const;
virtual RWCString
getValue() const;
void
setHost(const RWCString& host);
void
setPort(int port);


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.