nlib
JsonRpcRequest.h File Reference
#include <iterator>
#include "nn/nlib/Config.h"
#include "nn/nlib/Swap.h"
#include "nn/nlib/UniquePtr.h"
#include "nn/nlib/ReallocOutputStream.h"
#include "nn/nlib/Cstring.h"
#include "nn/nlib/msgpack/MpObject.h"
#include "nn/nlib/msgpack/MpWalker.h"
#include "nn/nlib/msgpack/jsonrpc/JsonRpcResponse.h"

Go to the source code of this file.

Classes

class  nn::nlib::msgpack::jsonrpc::JsonRpcRequest
 Class for representing a JSON-RPC request. More...
 
class  nn::nlib::msgpack::jsonrpc::JsonRpcRequestWriter
 Class to serialize and write the JSON-RPC request to memory. More...
 
class  nn::nlib::msgpack::jsonrpc::JsonRpcRequestReader
 Class that reads the JSON-RPC request. More...
 

Namespaces

 nn::nlib
 Implements common features and features that are highly platform-dependent. Also refer to nlib Platform APIs. nlib_ns is an alias.
 
 nn::nlib::msgpack
 The library used to implement the MessagePack serializer, the JSON parser/writer, and the CSV parser.
 
 nn::nlib::msgpack::jsonrpc
 Implements JSON-RPC 2.0.