All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description ArrayParameters Represents the params in array format.Connection This class is the primary way of interacting with a JSON-RPC service.ConnectionBuilder Use this Builder to construct a customizedConnection
instance.ConnectionException Indicates a failure while sending aRequest
.Error Represents a JSON-RPC error contained in aResponse
.ErrorResponseException Id<T> Represents the id in a JSON-RPC request.IdMismatchException JsonRpc This facade can be used to get started quickly and easily with sending RPC requests.Notification Represents a JSON-RPC request without an id, otherwise known as a notification.NullId Represents an id with a value ofnull
.NumberId Represents an id with a type ofNumber
concreteBigDecimal
.ObjectParameters Represents the params in object format.OptionalTypeAdapterFactory GsonTypeAdapterFactory
forOptionalTypeAdapter
.Parameters<T> Represents the params in a JSON-RPC request.Request Represents a JSON-RPC request.Response Represents a JSON-RPC response.RpcException Root exception with is extended by all jsonrpc-specific exceptions.RpcTypeAdapterFactory GsonTypeAdapterFactory
forIdTypeAdapter
andParameterTypeAdapter
.StringId Represents an id with a type ofString
.