#include <llhttpnode.h>


Public Member Functions | |
| virtual void | result (const LLSD &)=0 |
| virtual void | status (S32 code, const std::string &message)=0 |
| void | status (S32 code) |
| void | notFound (const std::string &message) |
| void | notFound () |
| void | methodNotAllowed () |
Protected Member Functions | |
| virtual | ~Response () |
Definition at line 91 of file llhttpnode.h.
| LLHTTPNode::Response::~Response | ( | ) | [protected, virtual] |
| virtual void LLHTTPNode::Response::result | ( | const LLSD & | ) | [pure virtual] |
Implemented in LLSimpleResponse, LLHTTPPipe::Response, and tut::HTTPNodeTestData::Response.
| virtual void LLHTTPNode::Response::status | ( | S32 | code, | |
| const std::string & | message | |||
| ) | [pure virtual] |
Implemented in LLSimpleResponse, LLHTTPPipe::Response, and tut::HTTPNodeTestData::Response.
Referenced by methodNotAllowed(), notFound(), and status().

| void LLHTTPNode::Response::status | ( | S32 | code | ) |
Definition at line 369 of file llhttpnode.cpp.
References status().

| void LLHTTPNode::Response::notFound | ( | const std::string & | message | ) |
Definition at line 374 of file llhttpnode.cpp.
References status().

| void LLHTTPNode::Response::notFound | ( | ) |
Definition at line 379 of file llhttpnode.cpp.
References status().

| void LLHTTPNode::Response::methodNotAllowed | ( | ) |
Definition at line 384 of file llhttpnode.cpp.
References status().

1.5.5