JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
com.google.api.client.json.rpc2
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package com.google.api.client.json.rpc2
@Beta
package
com.google.api.client.json.rpc2
Beta
JSON-RPC 2.0 as specified in
JSON-RPC 2.0 Specification
and
JSON-RPC over HTTP
.
Since:
1.0
Related Packages
Package
Description
com.google.api.client.json
Utilities for JSON as specified in
RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON)
and
Introducing JSON
.
com.google.api.client.json.gson
Low-level implementation of the GSON parser library based on the
GSON
JSON library.
com.google.api.client.json.jackson2
Low-level implementation of the JSON parser library based on the Jackson 2 JSON library.
com.google.api.client.json.webtoken
Beta
JSON Web Token (JWT)
and
JSON Web Signature (JWS)
.
Classes
Class
Description
JsonRpcRequest
Beta
JSON-RPC 2.0 request object.