_bytesWritten | XmlRpc::XmlRpcServerConnection | protected |
_connectionState | XmlRpc::XmlRpcServerConnection | protected |
_contentLength | XmlRpc::XmlRpcServerConnection | protected |
_deleteOnClose | XmlRpc::XmlRpcSource | private |
_fd | XmlRpc::XmlRpcSource | private |
_header | XmlRpc::XmlRpcServerConnection | protected |
_keepAlive | XmlRpc::XmlRpcServerConnection | protected |
_keepOpen | XmlRpc::XmlRpcSource | private |
_request | XmlRpc::XmlRpcServerConnection | protected |
_response | XmlRpc::XmlRpcServerConnection | protected |
_server | XmlRpc::XmlRpcServerConnection | protected |
close() | XmlRpc::XmlRpcSource | virtual |
executeMethod(const std::string &methodName, XmlRpcValue ¶ms, XmlRpcValue &result) | XmlRpc::XmlRpcServerConnection | protected |
executeMulticall(const std::string &methodName, XmlRpcValue ¶ms, XmlRpcValue &result) | XmlRpc::XmlRpcServerConnection | protected |
executeRequest() | XmlRpc::XmlRpcServerConnection | protectedvirtual |
FAULTCODE | XmlRpc::XmlRpcServerConnection | static |
FAULTSTRING | XmlRpc::XmlRpcServerConnection | static |
generateFaultResponse(std::string const &msg, int errorCode=-1) | XmlRpc::XmlRpcServerConnection | protected |
generateHeader(std::string const &body) | XmlRpc::XmlRpcServerConnection | protected |
generateResponse(std::string const &resultXml) | XmlRpc::XmlRpcServerConnection | protected |
getfd() const | XmlRpc::XmlRpcSource | inline |
getKeepOpen() const | XmlRpc::XmlRpcSource | inline |
handleEvent(unsigned eventType) | XmlRpc::XmlRpcServerConnection | virtual |
METHODNAME | XmlRpc::XmlRpcServerConnection | static |
METHODNAME_TAG | XmlRpc::XmlRpcServerConnection | static |
PARAM_ETAG | XmlRpc::XmlRpcServerConnection | static |
PARAM_TAG | XmlRpc::XmlRpcServerConnection | static |
PARAMS | XmlRpc::XmlRpcServerConnection | static |
PARAMS_ETAG | XmlRpc::XmlRpcServerConnection | static |
PARAMS_TAG | XmlRpc::XmlRpcServerConnection | static |
parseRequest(XmlRpcValue ¶ms) | XmlRpc::XmlRpcServerConnection | protected |
READ_HEADER enum value | XmlRpc::XmlRpcServerConnection | protected |
READ_REQUEST enum value | XmlRpc::XmlRpcServerConnection | protected |
readHeader() | XmlRpc::XmlRpcServerConnection | protected |
readRequest() | XmlRpc::XmlRpcServerConnection | protected |
ServerConnectionState enum name | XmlRpc::XmlRpcServerConnection | protected |
setfd(int fd) | XmlRpc::XmlRpcSource | inline |
setKeepOpen(bool b=true) | XmlRpc::XmlRpcSource | inline |
SYSTEM_MULTICALL | XmlRpc::XmlRpcServerConnection | static |
WRITE_RESPONSE enum value | XmlRpc::XmlRpcServerConnection | protected |
writeResponse() | XmlRpc::XmlRpcServerConnection | protected |
XmlRpcServerConnection(int fd, XmlRpcServer *server, bool deleteOnClose=false) | XmlRpc::XmlRpcServerConnection | |
XmlRpcSource(int fd=-1, bool deleteOnClose=false) | XmlRpc::XmlRpcSource | |
~XmlRpcServerConnection() | XmlRpc::XmlRpcServerConnection | virtual |
~XmlRpcSource() | XmlRpc::XmlRpcSource | virtual |