Public Member Functions | |
bool | build (LLPumpIO::chain_t &chain, LLSD ctx) const |
Build the chian with in as the first and end as the last. | |
LLHTTPNode & | getRootNode () |
Private Attributes | |
LLHTTPNode | mTree |
Definition at line 858 of file lliohttpserver.cpp.
bool LLHTTPResponseFactory::build | ( | LLPumpIO::chain_t & | chain, | |
LLSD | ctx | |||
) | const [inline, virtual] |
Build the chian with in as the first and end as the last.
The caller of the LLChainIOFactory is responsible for managing the memory of the in pipe. All of the chains generated by the factory will be ref counted as usual, so the caller will also need to break the links in the chain.
chain | The chain which will have new pipes appended | |
context | A context for use by this factory if you choose Returns true if the call was successful. |
Implements LLChainIOFactory.
Definition at line 861 of file lliohttpserver.cpp.
References LLIOHTTPServer::createPipe(), and mTree.
LLHTTPNode& LLHTTPResponseFactory::getRootNode | ( | ) | [inline] |
Definition at line 867 of file lliohttpserver.cpp.
References mTree.
Referenced by LLIOHTTPServer::create().
LLHTTPNode LLHTTPResponseFactory::mTree [private] |