#include <lliohttpserver.h>
Inheritance diagram for LLHTTPNodeForFactory< Factory >:
Public Member Functions | |
const LLChainIOFactory * | getProtocolHandler () const |
Private Attributes | |
Factory | mProtocolHandler |
Definition at line 112 of file lliohttpserver.h.
const LLChainIOFactory* LLHTTPNodeForFactory< Factory >::getProtocolHandler | ( | ) | const [inline, virtual] |
Return a factory object for handling wire protocols. The base class returns NULL, as it doesn't know about wire protocols at all. This is okay for most nodes as LLIOHTTPServer is smart enough to use a default wire protocol for HTTP for such nodes. Specialized subclasses that handle things like XML-RPC will want to implement this. (See LLXMLSDRPCServerFactory.)
Reimplemented from LLHTTPNode.
Definition at line 115 of file lliohttpserver.h.
Factory LLHTTPNodeForFactory< Factory >::mProtocolHandler [private] |
Definition at line 119 of file lliohttpserver.h.
Referenced by LLHTTPNodeForFactory< LLSDRPCServerFactory< Server > >::getProtocolHandler().