JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 123]
 Njsonrpc
 Nclient
 CClientA JSON-RPC client for sending requests and receiving responses
 CRequestRepresents a JSON-RPC request
 Nserver
 CDispatcherDispatcher for JSON-RPC requests
 CRequestRepresents a JSON-RPC request
 CResponseRepresents a JSON-RPC response
 CServerA JSON-RPC server for handling requests and notifications
 Ntransport
 CFramedPipeTransportTransport layer using Asio Unix domain sockets for JSON-RPC communication with framing
 CFramedSocketTransportTransport layer using Asio sockets for JSON-RPC communication with framing
 CFramedStdioTransportTransport layer using framed messaging over standard I/O for JSON-RPC communication
 CFramedTransportBase class for framed transport mechanisms
 CPipeTransportTransport implementation using Unix domain sockets
 CSocketTransportTransport implementation using TCP/IP sockets
 CStdioTransportTransport layer using standard I/O for JSON-RPC communication
 CTransportBase class for JSON-RPC transport
 Nutils