LLSimpleResponse Class Reference

#include <llhttpnode.h>

Inheritance diagram for LLSimpleResponse:

Inheritance graph
[legend]
Collaboration diagram for LLSimpleResponse:

Collaboration graph
[legend]
List of all members.

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< LLSimpleResponsecreate ()

Public Attributes

S32 mCode
std::string mMessage

Protected Member Functions

 ~LLSimpleResponse ()

Private Member Functions

 LLSimpleResponse ()

Detailed Description

Definition at line 228 of file llhttpnode.h.


Constructor & Destructor Documentation

LLSimpleResponse::~LLSimpleResponse (  )  [protected]

Definition at line 447 of file llhttpnode.cpp.

LLSimpleResponse::LLSimpleResponse (  )  [inline, private]

Definition at line 245 of file llhttpnode.h.

Referenced by create().


Member Function Documentation

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<<().

void LLSimpleResponse::result ( const LLSD result  )  [virtual]

Implements LLHTTPNode::Response.

Definition at line 451 of file llhttpnode.cpp.

References status().

void LLSimpleResponse::status ( S32  code,
const std::string &  message 
) [virtual]

Implements LLHTTPNode::Response.

Definition at line 456 of file llhttpnode.cpp.

References mCode, and mMessage.

Referenced by result().


Member Data Documentation

S32 LLSimpleResponse::mCode

Definition at line 238 of file llhttpnode.h.

Referenced by print(), and status().

std::string LLSimpleResponse::mMessage

Definition at line 239 of file llhttpnode.h.

Referenced by print(), and status().


The documentation for this class was generated from the following files:
Generated on Thu Jul 1 06:11:46 2010 for Second Life Viewer by  doxygen 1.4.7