RDK Documentation (Open Sourced RDK Components)
HTTPResponseHeaderEvent Class Reference

Class for the HTTP Response Header event. More...

#include <AampEvent.h>

Inheritance diagram for HTTPResponseHeaderEvent:
Inheritance graph
Collaboration diagram for HTTPResponseHeaderEvent:
Collaboration graph

Public Member Functions

 HTTPResponseHeaderEvent ()=delete
 
 HTTPResponseHeaderEvent (const HTTPResponseHeaderEvent &)=delete
 
HTTPResponseHeaderEventoperator= (const HTTPResponseHeaderEvent &)=delete
 
 HTTPResponseHeaderEvent (const std::string &name, const std::string &response)
 HTTPResponseHeaderEvent Constructor.
 
virtual ~HTTPResponseHeaderEvent ()
 HTTPResponseHeaderEvent Destructor.
 
const std::string & getHeader () const
 Get HTTP Response Header Name. More...
 
const std::string & getResponse () const
 Get HTTP Response Header response. More...
 
- Public Member Functions inherited from AAMPEventObject
 AAMPEventObject (const AAMPEventObject &)=delete
 Copy constructor disabled. More...
 
AAMPEventObjectoperator= (const AAMPEventObject &)=delete
 assignment operator disabled More...
 
 AAMPEventObject (AAMPEventType type)
 AAMPEventObject Constructor.
 
virtual ~AAMPEventObject ()
 AAMPEvent Destructor.
 
AAMPEventType getType () const
 Get Event Type. More...
 

Private Attributes

std::string mHeaderName
 
std::string mHeaderResponse
 

yes

Class for the HTTP Response Header event.

Definition at line 1998 of file AampEvent.h.

Constructor & Destructor Documentation

◆ HTTPResponseHeaderEvent()

HTTPResponseHeaderEvent::HTTPResponseHeaderEvent ( )
delete
Parameters
[in]name- HTTPResponseHeader name
[in]response- HTTPResponseHeader response

Member Function Documentation

◆ getHeader()

const std::string & HTTPResponseHeaderEvent::getHeader ( ) const

Get HTTP Response Header Name.

Returns
HTTP Response Header name string

Definition at line 1420 of file AampEvent.cpp.

◆ getResponse()

const std::string & HTTPResponseHeaderEvent::getResponse ( ) const

Get HTTP Response Header response.

Returns
HTTP Response Header response string

Definition at line 1430 of file AampEvent.cpp.

Field Documentation

◆ mHeaderName

std::string HTTPResponseHeaderEvent::mHeaderName
private

Header name

Definition at line 2000 of file AampEvent.h.

◆ mHeaderResponse

std::string HTTPResponseHeaderEvent::mHeaderResponse
private

Header response

Definition at line 2001 of file AampEvent.h.


The documentation for this class was generated from the following files: