

Public Member Functions | |
| virtual void | describe (Description &desc) const |
| virtual bool | handles (const LLSD &remainder, LLSD &context) const |
| virtual void | get (ResponsePtr response, const LLSD &context) const |
Private Member Functions | |
| const LLHTTPNode * | followRemainder (const LLSD &remainder) const |
Definition at line 99 of file llsdhttpserver.cpp.
| virtual void LLAPIService::describe | ( | Description & | desc | ) | const [inline, virtual] |
Reimplemented from LLHTTPNode.
Definition at line 102 of file llsdhttpserver.cpp.
References LLHTTPNode::Description::getAPI(), LLHTTPNode::Description::output(), LLHTTPNode::Description::shortInfo(), and LLHTTPNode::Description::source().

| virtual bool LLAPIService::handles | ( | const LLSD & | remainder, | |
| LLSD & | context | |||
| ) | const [inline, virtual] |
return true if this node can service the remaining components; default returns true if there are no remaining components
Reimplemented from LLHTTPNode.
Definition at line 110 of file llsdhttpserver.cpp.
References NULL.
| virtual void LLAPIService::get | ( | ResponsePtr | response, | |
| const LLSD & | context | |||
| ) | const [inline, virtual] |
Reimplemented from LLHTTPNode.
Definition at line 115 of file llsdhttpserver.cpp.
References LLHTTPNode::describe(), LLHTTPNode::Description::getInfo(), and LLSD::size().

| const LLHTTPNode* LLAPIService::followRemainder | ( | const LLSD & | remainder | ) | const [inline, private] |
Definition at line 138 of file llsdhttpserver.cpp.
References LLSD::beginArray(), LLSD::endArray(), LLHTTPNode::findNode(), and i.

1.5.5