Package com.thetransactioncompany.jsonrpc2.client

Provides a client-side class for dispatching requests and notifications to a JSON-RPC 2.0 server.

See:
          Description

Interface Summary
ConnectionConfigurator Interface allowing for additional configuration of HTTP URL connections, such as setting a custom header.
RawResponseInspector Interface allowing for inspection of the raw HTTP response to a JSON-RPC 2.0 request or notification.
 

Class Summary
JSONRPC2Session Sends requests and / or notifications to a specified JSON-RPC 2.0 server URL.
JSONRPC2SessionOptions Optional settings for JSON-RPC 2.0 client sessions.
RawResponse Represents the raw HTTP response to a JSON-RPC 2.0 request or notification.
 

Exception Summary
JSONRPC2SessionException Thrown to indicate a JSON-RPC 2.0 client session exception.
 

Package com.thetransactioncompany.jsonrpc2.client Description

Provides a client-side class for dispatching requests and notifications to a JSON-RPC 2.0 server. The JSON-RPC 2.0 messages are sent by HTTP(S) POST.

Requires the JSON-RPC 2.0 Base package

Author:
Vladimir Dzhuvinov


Copyright © 2013 The Transaction Company. All Rights Reserved.