SourcePro® API Reference Guide

 
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 © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.