Searched refs:XmlRpcServerConnection (Results 1 – 6 of 6) sorted by relevance
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";25 const std::string XmlRpcServerConnection::FAULTSTRING = "faultString";[all …]
26 class XmlRpcServerConnection; variable77 virtual void removeConnection(XmlRpcServerConnection*);85 virtual XmlRpcServerConnection* createConnection(int socket);
25 class XmlRpcServerConnection : public XmlRpcSource {42 XmlRpcServerConnection(int fd, XmlRpcServer* server, bool deleteOnClose = false);44 virtual ~XmlRpcServerConnection();
168 XmlRpcServerConnection*172 return new XmlRpcServerConnection(s, this, true); in createConnection()177 XmlRpcServer::removeConnection(XmlRpcServerConnection* sc) in removeConnection()
21 $(SRC)/XmlRpcServer.o $(SRC)/XmlRpcServerConnection.o \
107 SOURCE=.\src\XmlRpcServerConnection.cpp155 SOURCE=.\src\XmlRpcServerConnection.h