#include <llhttpnode.h>

Public Member Functions | |
| void | shortInfo (const std::string &s) |
| void | longInfo (const std::string &s) |
| void | getAPI () |
| void | putAPI () |
| void | postAPI () |
| void | delAPI () |
| void | input (const std::string &s) |
| void | output (const std::string &s) |
| void | source (const char *f, int l) |
| LLSD | getInfo () const |
Private Attributes | |
| LLSD | mInfo |
Definition at line 182 of file llhttpnode.h.
| void LLHTTPNode::Description::shortInfo | ( | const std::string & | s | ) | [inline] |
Definition at line 185 of file llhttpnode.h.
References mInfo.
Referenced by LLEstablishAgentCommunication::describe(), LLViewerChatterBoxSessionEventReply::describe(), LLViewerChatterBoxSessionStartReply::describe(), LLAPIService::describe(), LLHTTPEchoService::describe(), LLHTTPHelloService::describe(), LLHTTPLiveConfigSingleService::describe(), LLHTTPLiveConfigService::describe(), LLHTTPConfigPriorityService< PRIORITY >::describe(), LLHTTPConfigRuntimeSingleService::describe(), LLHTTPConfigRuntimeService::describe(), LLHTTPConfigService::describe(), and LLHTTPNode::describe().

| void LLHTTPNode::Description::longInfo | ( | const std::string & | s | ) | [inline] |
| void LLHTTPNode::Description::getAPI | ( | ) | [inline] |
Definition at line 189 of file llhttpnode.h.
References LLSD::append(), and mInfo.
Referenced by LLAPIService::describe(), LLHTTPHelloService::describe(), LLHTTPLiveConfigSingleService::describe(), LLHTTPLiveConfigService::describe(), LLHTTPConfigPriorityService< PRIORITY >::describe(), LLHTTPConfigRuntimeSingleService::describe(), LLHTTPConfigRuntimeService::describe(), and LLHTTPConfigService::describe().


| void LLHTTPNode::Description::putAPI | ( | ) | [inline] |
Definition at line 190 of file llhttpnode.h.
References LLSD::append(), and mInfo.
Referenced by LLHTTPConfigRuntimeSingleService::describe().


| void LLHTTPNode::Description::postAPI | ( | ) | [inline] |
Definition at line 191 of file llhttpnode.h.
References LLSD::append(), and mInfo.
Referenced by LLEstablishAgentCommunication::describe(), LLViewerChatterBoxSessionEventReply::describe(), LLViewerChatterBoxSessionStartReply::describe(), LLHTTPEchoService::describe(), and LLHTTPConfigRuntimeService::describe().


| void LLHTTPNode::Description::delAPI | ( | ) | [inline] |
Definition at line 192 of file llhttpnode.h.
References LLSD::append(), and mInfo.
Referenced by LLHTTPConfigRuntimeSingleService::describe().


| void LLHTTPNode::Description::input | ( | const std::string & | s | ) | [inline] |
Definition at line 194 of file llhttpnode.h.
References mInfo.
Referenced by LLEstablishAgentCommunication::describe(), LLViewerChatterBoxSessionEventReply::describe(), LLViewerChatterBoxSessionStartReply::describe(), and LLHTTPEchoService::describe().

| void LLHTTPNode::Description::output | ( | const std::string & | s | ) | [inline] |
Definition at line 195 of file llhttpnode.h.
References mInfo.
Referenced by LLAPIService::describe(), LLHTTPEchoService::describe(), and LLHTTPHelloService::describe().

| void LLHTTPNode::Description::source | ( | const char * | f, | |
| int | l | |||
| ) | [inline] |
Definition at line 196 of file llhttpnode.h.
References mInfo.
Referenced by LLEstablishAgentCommunication::describe(), LLViewerChatterBoxSessionEventReply::describe(), LLViewerChatterBoxSessionStartReply::describe(), LLAPIService::describe(), LLHTTPEchoService::describe(), LLHTTPHelloService::describe(), LLHTTPLiveConfigSingleService::describe(), LLHTTPLiveConfigService::describe(), LLHTTPConfigPriorityService< PRIORITY >::describe(), LLHTTPConfigRuntimeSingleService::describe(), LLHTTPConfigRuntimeService::describe(), and LLHTTPConfigService::describe().

| LLSD LLHTTPNode::Description::getInfo | ( | ) | const [inline] |
Definition at line 199 of file llhttpnode.h.
References mInfo.
Referenced by LLAPIService::get().

LLSD LLHTTPNode::Description::mInfo [private] |
Definition at line 202 of file llhttpnode.h.
Referenced by delAPI(), getAPI(), getInfo(), input(), longInfo(), output(), postAPI(), putAPI(), shortInfo(), and source().
1.5.5