Searched defs:XmlRpcServerConnection (Results 1 - 2 of 2) sorted by relevance

/external/xmlrpcpp/src/
H A DXmlRpcServerConnection.h25 class XmlRpcServerConnection : public XmlRpcSource { class in namespace:XmlRpc
42 XmlRpcServerConnection(int fd, XmlRpcServer* server, bool deleteOnClose = false);
44 virtual ~XmlRpcServerConnection();
H A DXmlRpcServerConnection.cpp2 #include "XmlRpcServerConnection.h"
14 const char XmlRpcServerConnection::METHODNAME_TAG[] = "<methodName>";
15 const char XmlRpcServerConnection::PARAMS_TAG[] = "<params>";
16 const char XmlRpcServerConnection::PARAMS_ETAG[] = "</params>";
17 const char XmlRpcServerConnection::PARAM_TAG[] = "<param>";
18 const char XmlRpcServerConnection::PARAM_ETAG[] = "</param>";
20 const std::string XmlRpcServerConnection::SYSTEM_MULTICALL = "system.multicall";
21 const std::string XmlRpcServerConnection::METHODNAME = "methodName";
22 const std::string XmlRpcServerConnection::PARAMS = "params";
24 const std::string XmlRpcServerConnection
30 XmlRpcServerConnection::XmlRpcServerConnection(int fd, XmlRpcServer* server, bool deleteOnClose /*= false*/) : function in class:XmlRpcServerConnection
[all...]

Completed in 55 milliseconds