#include <llhttpnode.h>
Inheritance diagram for LLHTTPNode::Response:
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 92 of file llhttpnode.h.
LLHTTPNode::Response::~Response | ( | ) | [protected, virtual] |
void LLHTTPNode::Response::methodNotAllowed | ( | ) |
void LLHTTPNode::Response::notFound | ( | ) |
void LLHTTPNode::Response::notFound | ( | const std::string & | message | ) |
Implemented in LLSimpleResponse, LLHTTPPipe::Response, and tut::HTTPNodeTestData::Response.
Implemented in LLSimpleResponse, LLHTTPPipe::Response, and tut::HTTPNodeTestData::Response.
Referenced by methodNotAllowed(), notFound(), and status().