#include <llhttpnode.h>
Inheritance diagram for LLSimpleResponse:
Public Member Functions | |
void | result (const LLSD &result) |
void | status (S32 code, const std::string &message) |
void | print (std::ostream &out) const |
Static Public Member Functions | |
static LLPointer< LLSimpleResponse > | create () |
Public Attributes | |
S32 | mCode |
std::string | mMessage |
Protected Member Functions | |
~LLSimpleResponse () | |
Private Member Functions | |
LLSimpleResponse () |
Definition at line 228 of file llhttpnode.h.
LLSimpleResponse::~LLSimpleResponse | ( | ) | [protected] |
Definition at line 447 of file llhttpnode.cpp.
LLSimpleResponse::LLSimpleResponse | ( | ) | [inline, private] |
LLPointer< LLSimpleResponse > LLSimpleResponse::create | ( | ) | [static] |
Definition at line 442 of file llhttpnode.cpp.
References LLSimpleResponse().
Referenced by LLMessageSystem::dispatch().
void LLSimpleResponse::print | ( | std::ostream & | out | ) | const |
Definition at line 462 of file llhttpnode.cpp.
References mCode, and mMessage.
Referenced by operator<<().
Implements LLHTTPNode::Response.
Definition at line 451 of file llhttpnode.cpp.
References status().
Implements LLHTTPNode::Response.
Definition at line 456 of file llhttpnode.cpp.
References mCode, and mMessage.
Referenced by result().
std::string LLSimpleResponse::mMessage |