#include <llhttpnode.h>
Static Public Member Functions | |
| static void | buildAllServices (LLHTTPNode &root) |
| static void | registerFactory (const std::string &path, NodeFactory &factory) |
| construct an LLHTTPRegistration below to call this | |
Classes | |
| class | NodeFactory |
Definition at line 271 of file llhttpnode.h.
| void LLHTTPRegistrar::buildAllServices | ( | LLHTTPNode & | root | ) | [static] |
Definition at line 421 of file llhttpnode.cpp.
References LLHTTPNode::addNode(), factoryMap(), i, LL_DEBUGS, and LL_ENDL.
Referenced by tut::HTTPServiceTestData::HTTPServiceTestData(), messageRootNode(), and tut::HTTPClientTestData::setupTheServer().


| void LLHTTPRegistrar::registerFactory | ( | const std::string & | path, | |
| NodeFactory & | factory | |||
| ) | [static] |
construct an LLHTTPRegistration below to call this
Definition at line 415 of file llhttpnode.cpp.
References factoryMap().
Referenced by LLHTTPParamRegistration< NodeType >::LLHTTPParamRegistration(), and LLHTTPRegistration< NodeType >::LLHTTPRegistration().


1.5.5