JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
|
Classes | |
class | FramedPipeTransport |
Transport layer using Asio Unix domain sockets for JSON-RPC communication with framing. More... | |
class | FramedSocketTransport |
Transport layer using Asio sockets for JSON-RPC communication with framing. More... | |
class | FramedStdioTransport |
Transport layer using framed messaging over standard I/O for JSON-RPC communication. More... | |
class | FramedTransport |
Base class for framed transport mechanisms. More... | |
class | PipeTransport |
Transport implementation using Unix domain sockets. More... | |
class | SocketTransport |
Transport implementation using TCP/IP sockets. More... | |
class | StdioTransport |
Transport layer using standard I/O for JSON-RPC communication. More... | |
class | Transport |
Base class for JSON-RPC transport. More... | |