Home
last modified time | relevance | path

Searched refs:XmlRpcServerConnection (Results 1 – 6 of 6) sorted by relevance

/external/xmlrpcpp/src/
DXmlRpcServerConnection.cpp14 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::FAULTCODE = "faultCode";
25 const std::string XmlRpcServerConnection::FAULTSTRING = "faultString";
[all …]
DXmlRpcServer.h26 class XmlRpcServerConnection; variable
77 virtual void removeConnection(XmlRpcServerConnection*);
85 virtual XmlRpcServerConnection* createConnection(int socket);
DXmlRpcServerConnection.h25 class XmlRpcServerConnection : public XmlRpcSource {
42 XmlRpcServerConnection(int fd, XmlRpcServer* server, bool deleteOnClose = false);
44 virtual ~XmlRpcServerConnection();
DXmlRpcServer.cpp168 XmlRpcServerConnection*
172 return new XmlRpcServerConnection(s, this, true); in createConnection()
177 XmlRpcServer::removeConnection(XmlRpcServerConnection* sc) in removeConnection()
/external/xmlrpcpp/
DMakefile21 $(SRC)/XmlRpcServer.o $(SRC)/XmlRpcServerConnection.o \
Dxmlrpc.dsp107 SOURCE=.\src\XmlRpcServerConnection.cpp
155 SOURCE=.\src\XmlRpcServerConnection.h