#include <llhttpnode.h>


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 227 of file llhttpnode.h.
| LLSimpleResponse::~LLSimpleResponse | ( | ) | [protected] |
Definition at line 441 of file llhttpnode.cpp.
| LLSimpleResponse::LLSimpleResponse | ( | ) | [inline, private] |
Definition at line 244 of file llhttpnode.h.
Referenced by create().

| LLPointer< LLSimpleResponse > LLSimpleResponse::create | ( | ) | [static] |
Definition at line 436 of file llhttpnode.cpp.
References LLSimpleResponse().
Referenced by LLMessageSystem::dispatch().


| void LLSimpleResponse::result | ( | const LLSD & | result | ) | [virtual] |
Implements LLHTTPNode::Response.
Definition at line 445 of file llhttpnode.cpp.
References status().

| void LLSimpleResponse::status | ( | S32 | code, | |
| const std::string & | message | |||
| ) | [virtual] |
Implements LLHTTPNode::Response.
Definition at line 450 of file llhttpnode.cpp.
References mCode, and mMessage.
Referenced by result().

| void LLSimpleResponse::print | ( | std::ostream & | out | ) | const |
Definition at line 456 of file llhttpnode.cpp.
References mCode, and mMessage.
Referenced by operator<<().

| std::string LLSimpleResponse::mMessage |
1.5.5