#include <HTTPResponse.h>

Definition at line 22 of file HTTPResponse.h.
Public Member Functions | |
| HTTPResponse () | |
| virtual const char * | getClassName () |
| Returns the name of the current class. | |
| virtual std::string | toString () |
Static Public Member Functions | |
| static void | debugmsg (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) |
| Will print a debug message to the screen. | |
| static void | debugmsgln (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) |
Protected Attributes | |
| int | _code |
| String | _status |
| String | _version |
| Timestamp | _recvDate |
| String | _srv |
| String | _etag |
| String | _clength |
| String | _ctype |
| std::string | __cls_name |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const Object &s) |
| xvr2::Net::HTTPResponse::HTTPResponse | ( | ) |
| virtual const char* xvr2::Object::getClassName | ( | ) | [virtual, inherited] |
Returns the name of the current class.
| static void xvr2::Object::debugmsg | ( | Object * | obj, | |
| const char * | msg, | |||
| int | linenumber = __LINE__, |
|||
| const char * | srcfile = __FILE__ | |||
| ) | [static, inherited] |
Will print a debug message to the screen.
| static void xvr2::Object::debugmsgln | ( | Object * | obj, | |
| const char * | msg, | |||
| int | linenumber = __LINE__, |
|||
| const char * | srcfile = __FILE__ | |||
| ) | [static, inherited] |
| virtual std::string xvr2::Object::toString | ( | ) | [virtual, inherited] |
| std::ostream& operator<< | ( | std::ostream & | stream, | |
| const Object & | s | |||
| ) | [friend, inherited] |
int xvr2::Net::HTTPResponse::_code [protected] |
Definition at line 25 of file HTTPResponse.h.
String xvr2::Net::HTTPResponse::_status [protected] |
Definition at line 26 of file HTTPResponse.h.
String xvr2::Net::HTTPResponse::_version [protected] |
Definition at line 27 of file HTTPResponse.h.
Timestamp xvr2::Net::HTTPResponse::_recvDate [protected] |
Definition at line 28 of file HTTPResponse.h.
String xvr2::Net::HTTPResponse::_srv [protected] |
Definition at line 29 of file HTTPResponse.h.
String xvr2::Net::HTTPResponse::_etag [protected] |
Definition at line 30 of file HTTPResponse.h.
String xvr2::Net::HTTPResponse::_clength [protected] |
Definition at line 31 of file HTTPResponse.h.
String xvr2::Net::HTTPResponse::_ctype [protected] |
Definition at line 32 of file HTTPResponse.h.
std::string xvr2::Object::__cls_name [protected, inherited] |
1.5.5