HomeSort by relevance Sort by last modified time
    Searched refs:XmlRpcServerConnection (Results 1 - 5 of 5) sorted by null

  /external/xmlrpcpp/src/
XmlRpcServerConnection.cpp 2 #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::FAULTCODE = "faultCode"
    [all...]
XmlRpcServer.h 26 class XmlRpcServerConnection;
77 virtual void removeConnection(XmlRpcServerConnection*);
85 virtual XmlRpcServerConnection* createConnection(int socket);
XmlRpcServerConnection.h 25 class XmlRpcServerConnection : public XmlRpcSource {
42 XmlRpcServerConnection(int fd, XmlRpcServer* server, bool deleteOnClose = false);
44 virtual ~XmlRpcServerConnection();
XmlRpcServer.cpp 3 #include "XmlRpcServerConnection.h"
168 XmlRpcServerConnection*
172 return new XmlRpcServerConnection(s, this, true);
177 XmlRpcServer::removeConnection(XmlRpcServerConnection* sc)
279 // Multicall support is built into XmlRpcServerConnection
  /external/xmlrpcpp/
Makefile 21 $(SRC)/XmlRpcServer.o $(SRC)/XmlRpcServerConnection.o \

Completed in 86 milliseconds