|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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. |
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
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||