

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] |
| LLPointer< LLHTTPPipe::Response > LLHTTPPipe::Response::create | ( | LLHTTPPipe * | pipe | ) | [static] |
| void LLHTTPPipe::Response::nullPipe | ( | ) |
Implements LLHTTPNode::Response.
Definition at line 276 of file lliohttpserver.cpp.
References llwarns, LLHTTPPipe::mGoodResult, mPipe, LLHTTPPipe::mState, LLHTTPPipe::mStatusCode, LLHTTPPipe::mStatusMessage, r, LLHTTPPipe::STATE_GOOD_RESULT, and LLHTTPPipe::unlockChain().
Referenced by create().
Implements LLHTTPNode::Response.
Definition at line 292 of file lliohttpserver.cpp.
References llwarns, mPipe, LLHTTPPipe::mState, LLHTTPPipe::mStatusCode, LLHTTPPipe::mStatusMessage, LLHTTPPipe::STATE_STATUS_RESULT, and LLHTTPPipe::unlockChain().
LLHTTPPipe* LLHTTPPipe::Response::mPipe [private] |
Definition at line 108 of file lliohttpserver.cpp.
Referenced by nullPipe(), result(), and status().
1.4.7