BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
XmlRpc Namespace Reference

Classes

class  XmlRpcClient
 A class to send XML RPC requests to a server and return the results. More...
 
class  XmlRpcDispatch
 
class  XmlRpcErrorHandler
 An interface allowing custom handling of error message reporting. More...
 
class  XmlRpcException
 
class  XmlRpcLogHandler
 An interface allowing custom handling of informational message reporting. More...
 
class  XmlRpcServer
 A class to handle XML RPC requests. More...
 
class  XmlRpcServerConnection
 A class to handle XML RPC requests from a particular client. More...
 
class  XmlRpcServerMethod
 Abstract class representing a single RPC method. More...
 
class  XmlRpcSocket
 A platform-independent socket API. More...
 
class  XmlRpcSource
 An RPC source represents a file descriptor to monitor. More...
 
class  XmlRpcUtil
 Utilities for XML parsing, encoding, and decoding and message handlers. More...
 
class  XmlRpcValue
 RPC method arguments and results are represented by Values. More...
 

Functions

int getVerbosity ()
 Returns log message verbosity. This is short for XmlRpcLogHandler::getVerbosity()
 
void setVerbosity (int level)
 Sets log message verbosity. This is short for XmlRpcLogHandler::setVerbosity(level)
 

Variables

const char XMLRPC_VERSION [] = "XMLRPC++ 0.7"
 Version identifier.
 

Function Documentation

◆ getVerbosity()

int XmlRpc::getVerbosity ( )

Returns log message verbosity. This is short for XmlRpcLogHandler::getVerbosity()

Definition at line 66 of file XmlRpcUtil.cpp.

static int getVerbosity()
Returns the level of verbosity of informational messages. 0 is no output, 5 is very verbose.
Definition XmlRpc.h:68

◆ setVerbosity()

void XmlRpc::setVerbosity ( int level)

Sets log message verbosity. This is short for XmlRpcLogHandler::setVerbosity(level)

Definition at line 67 of file XmlRpcUtil.cpp.

static void setVerbosity(int v)
Specify the level of verbosity of informational messages. 0 is no output, 5 is very verbose.
Definition XmlRpc.h:72

Referenced by main().

Variable Documentation

◆ XMLRPC_VERSION

const char XmlRpc::XMLRPC_VERSION = "XMLRPC++ 0.7"
extern

Version identifier.

Definition at line 24 of file XmlRpcUtil.cpp.

Referenced by XmlRpc::XmlRpcClient::generateHeader(), and XmlRpc::XmlRpcServerConnection::generateHeader().