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
< LLSimpleResponse
create ()

Public Attributes

S32 mCode
std::string mMessage

Protected Member Functions

 ~LLSimpleResponse ()

Private Member Functions

 LLSimpleResponse ()


Detailed Description

Definition at line 227 of file llhttpnode.h.


Constructor & Destructor Documentation

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

Here is the caller graph for this function:


Member Function Documentation

LLPointer< LLSimpleResponse > LLSimpleResponse::create (  )  [static]

Definition at line 436 of file llhttpnode.cpp.

References LLSimpleResponse().

Referenced by LLMessageSystem::dispatch().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Implements LLHTTPNode::Response.

Definition at line 445 of file llhttpnode.cpp.

References status().

Here is the call graph for this function:

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

Here is the caller graph for this function:

void LLSimpleResponse::print ( std::ostream &  out  )  const

Definition at line 456 of file llhttpnode.cpp.

References mCode, and mMessage.

Referenced by operator<<().

Here is the caller graph for this function:


Member Data Documentation

Definition at line 237 of file llhttpnode.h.

Referenced by print(), and status().

Definition at line 238 of file llhttpnode.h.

Referenced by print(), and status().


The documentation for this class was generated from the following files:

Generated on Fri May 16 09:04:39 2008 for SecondLife by  doxygen 1.5.5