SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
List of all members | Protected Member Functions
RWHttpAuthorizationHeaderBase Class Reference

Helper class that defines the header label and type for derived HTTP Authorization headers. More...

#include <rw/http/RWHttpAuthorizationHeaderBase.h>

Inheritance diagram for RWHttpAuthorizationHeaderBase:
RWHttpHeaderBase RWHttpBasicAuthorizationHeader

Protected Member Functions

 RWHttpAuthorizationHeaderBase ()
 
- Protected Member Functions inherited from RWHttpHeaderBase
 RWHttpHeaderBase (void)
 
 RWHttpHeaderBase (const RWCString &label, RWHttpHeaderType type=RW_HTTP_ENTITY_HEADER)
 

Additional Inherited Members

- Public Member Functions inherited from RWHttpHeaderBase
virtual bool append (const RWCString &str)
 
virtual RWCString asString (void) const
 
RWCString getLabel (void) const
 
RWHttpHeaderType getType () const
 
virtual RWCString getValue (void) const =0
 
bool operator!= (const RWHttpHeaderBase &) const
 
bool operator< (const RWHttpHeaderBase &hdr) const
 
bool operator== (const RWHttpHeaderBase &h) const
 
- Static Public Member Functions inherited from RWHttpHeaderBase
static unsigned hash (const RWHttpHeaderBase &)
 

Detailed Description

RWHttpAuthorizationHeaderBase is a specialization class of RWHttpHeaderBase. It is a helper class that defines the basic formatting and structure of Authorization header classes.

Constructor & Destructor Documentation

RWHttpAuthorizationHeaderBase::RWHttpAuthorizationHeaderBase ( )
inlineprotected

Constructs a default RWHttpAuthorizationHeaderBase object with the label Authorization.

Copyright © 2016 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.
Provide feedback to Rogue Wave about its documentation.