Package org.moera.lib.jsonrpc


package org.moera.lib.jsonrpc
JSON-RPC 2.0 client.
  • Class
    Description
    Represents an exception thrown when a JSON-RPC API interaction encounters an error.
    Represents a JSON-RPC client capable of sending requests to a server and retrieving responses.
    Represents an exception thrown to indicate a connection-related issue during a JSON-RPC communication.
    Represents an error object in the JSON-RPC protocol.
    Represents an exception specific to JSON-RPC operations.
    Represents a JSON-RPC 2.0 request as specified by the JSON-RPC protocol.
    Represents a JSON-RPC response object following the JSON-RPC 2.0 specification.
    This class is responsible for fetching responses from a remote JSON-RPC server using the OkHttp client.