RDK Documentation (Open Sourced RDK Components)
|
Class for the HTTP Response Header event. More...
#include <AampEvent.h>
Public Member Functions | |
HTTPResponseHeaderEvent ()=delete | |
HTTPResponseHeaderEvent (const HTTPResponseHeaderEvent &)=delete | |
HTTPResponseHeaderEvent & | operator= (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... | |
AAMPEventObject & | operator= (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 |
Class for the HTTP Response Header event.
Definition at line 1998 of file AampEvent.h.
|
delete |
[in] | name | - HTTPResponseHeader name |
[in] | response | - HTTPResponseHeader response |
const std::string & HTTPResponseHeaderEvent::getHeader | ( | ) | const |
Get HTTP Response Header Name.
Definition at line 1420 of file AampEvent.cpp.
const std::string & HTTPResponseHeaderEvent::getResponse | ( | ) | const |
Get HTTP Response Header response.
Definition at line 1430 of file AampEvent.cpp.
|
private |
Header name
Definition at line 2000 of file AampEvent.h.
|
private |
Header response
Definition at line 2001 of file AampEvent.h.