Menu

[r1]: / trunk / doc / doxygen-main.h  Maximize  Restore  History

Download this file

23 lines (20 with data), 714 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
/**
* \file doxygen-main.h
* \brief Documentation main page.
* \author Sebastien Vincent
* \date 2008
*/
/**
* \mainpage JsonRpc-Cpp Documentation
*
* \section section-intro Introduction
*
* This is the API of JsonRpc-Cpp, an OpenSource implementation of the JSON-RPC protocol (specification 2.0).
*
* JSON-RPC is a lightweight remote procedure call protocol similar to XML-RPC.
*
* JsonRpc-Cpp provides a JSON-RPC kernel class called Json::Rpc::Handler that contains the RPC methods, check incoming JSON-RPC message,
* reply either with success or error code (in case parsing failed, ...).
*
* JsonRpc-Cpp provides also simple Json::Rpc::UdpServer and Json::Rpc::TcpServer implementations.
*/