JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
|
▼Njsonrpc | |
▼Nclient | |
CClient | A JSON-RPC client for sending requests and receiving responses |
CRequest | Represents a JSON-RPC request |
▼Nserver | |
CDispatcher | Dispatcher for JSON-RPC requests |
CRequest | Represents a JSON-RPC request |
CResponse | Represents a JSON-RPC response |
CServer | A JSON-RPC server for handling requests and notifications |
▼Ntransport | |
CFramedPipeTransport | Transport layer using Asio Unix domain sockets for JSON-RPC communication with framing |
CFramedSocketTransport | Transport layer using Asio sockets for JSON-RPC communication with framing |
CFramedStdioTransport | Transport layer using framed messaging over standard I/O for JSON-RPC communication |
CFramedTransport | Base class for framed transport mechanisms |
CPipeTransport | Transport implementation using Unix domain sockets |
CSocketTransport | Transport implementation using TCP/IP sockets |
CStdioTransport | Transport layer using standard I/O for JSON-RPC communication |
CTransport | Base class for JSON-RPC transport |
Nutils |