

Public Member Functions | |
| virtual | ~Response () |
| virtual void | result (const LLSD &) |
| virtual void | status (S32 code, const std::string &message) |
| void | nullPipe () |
Static Public Member Functions | |
| static LLPointer< Response > | create (LLHTTPPipe *pipe) |
Private Member Functions | |
| Response () | |
Private Attributes | |
| LLHTTPPipe * | mPipe |
Definition at line 93 of file lliohttpserver.cpp.
| LLHTTPPipe::Response::~Response | ( | ) | [virtual] |
| LLHTTPPipe::Response::Response | ( | ) | [inline, private] |
Definition at line 107 of file lliohttpserver.cpp.
Referenced by create().

| LLPointer< LLHTTPPipe::Response > LLHTTPPipe::Response::create | ( | LLHTTPPipe * | pipe | ) | [static] |
Definition at line 260 of file lliohttpserver.cpp.
References Response(), and result().

| void LLHTTPPipe::Response::result | ( | const LLSD & | r | ) | [virtual] |
Implements LLHTTPNode::Response.
Definition at line 278 of file lliohttpserver.cpp.
References llwarns, LLHTTPPipe::mGoodResult, mPipe, LLHTTPPipe::mState, LLHTTPPipe::mStatusCode, LLHTTPPipe::mStatusMessage, LLHTTPPipe::STATE_GOOD_RESULT, and LLHTTPPipe::unlockChain().
Referenced by create().


| void LLHTTPPipe::Response::status | ( | S32 | code, | |
| const std::string & | message | |||
| ) | [virtual] |
Implements LLHTTPNode::Response.
Definition at line 294 of file lliohttpserver.cpp.
References llwarns, mPipe, LLHTTPPipe::mState, LLHTTPPipe::mStatusCode, LLHTTPPipe::mStatusMessage, LLHTTPPipe::STATE_STATUS_RESULT, and LLHTTPPipe::unlockChain().

| void LLHTTPPipe::Response::nullPipe | ( | ) |
LLHTTPPipe* LLHTTPPipe::Response::mPipe [private] |
Definition at line 108 of file lliohttpserver.cpp.
Referenced by nullPipe(), result(), and status().
1.5.5