JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cjsonrpc::client::ClientA JSON-RPC client for sending requests and receiving responses
 Cjsonrpc::server::DispatcherDispatcher for JSON-RPC requests
 Cjsonrpc::transport::FramedTransportBase class for framed transport mechanisms
 Cjsonrpc::transport::FramedPipeTransportTransport layer using Asio Unix domain sockets for JSON-RPC communication with framing
 Cjsonrpc::transport::FramedSocketTransportTransport layer using Asio sockets for JSON-RPC communication with framing
 Cjsonrpc::transport::FramedStdioTransportTransport layer using framed messaging over standard I/O for JSON-RPC communication
 Cjsonrpc::client::RequestRepresents a JSON-RPC request
 Cjsonrpc::server::RequestRepresents a JSON-RPC request
 Cjsonrpc::server::ResponseRepresents a JSON-RPC response
 Cjsonrpc::server::ServerA JSON-RPC server for handling requests and notifications
 Cjsonrpc::transport::TransportBase class for JSON-RPC transport
 Cjsonrpc::transport::FramedStdioTransportTransport layer using framed messaging over standard I/O for JSON-RPC communication
 Cjsonrpc::transport::PipeTransportTransport implementation using Unix domain sockets
 Cjsonrpc::transport::FramedPipeTransportTransport layer using Asio Unix domain sockets for JSON-RPC communication with framing
 Cjsonrpc::transport::SocketTransportTransport implementation using TCP/IP sockets
 Cjsonrpc::transport::FramedSocketTransportTransport layer using Asio sockets for JSON-RPC communication with framing
 Cjsonrpc::transport::StdioTransportTransport layer using standard I/O for JSON-RPC communication