com.thetransactioncompany.jsonrpc2.client.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsonrpc2-client Show documentation
Show all versions of jsonrpc2-client Show documentation
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.
The newest version!
/**
* Provides a client-side
* {@link com.thetransactioncompany.jsonrpc2.client.JSONRPC2Session 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
* @code com.thetransactioncompany.jsonrpc2} to represent, serialise and parse
* JSON-RPC 2.0 messages.
*
* @author Vladimir Dzhuvinov
*/
package com.thetransactioncompany.jsonrpc2.client;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy