索引
常量字段值|所有程序包|所有类|序列化表格|已过时的 API
J
- JSON_MEDIA_TYPE - 类中的静态变量 org.starcoin.jsonrpc.client.JSONRPC2Session
- JSON_MEDIA_TYPE - 类中的静态变量 org.starcoin.utils.StarcoinClient
- JSONRPC2_ERROR - 异常错误中的静态变量 org.starcoin.jsonrpc.client.JSONRPC2SessionException
-
Received a JSON-RPC 2.0 error response.
- JSONRPC2Error - org.starcoin.jsonrpc中的类
-
Represents a JSON-RPC 2.0 error that occurred during the processing of a request.
- JSONRPC2Error() - 类的构造器 org.starcoin.jsonrpc.JSONRPC2Error
- JSONRPC2Error(int, String) - 类的构造器 org.starcoin.jsonrpc.JSONRPC2Error
-
Creates a new JSON-RPC 2.0 error with the specified code and message.
- JSONRPC2Error(int, String, Object) - 类的构造器 org.starcoin.jsonrpc.JSONRPC2Error
-
Creates a new JSON-RPC 2.0 error with the specified code, message and data.
- JSONRPC2ParamsType - org.starcoin.jsonrpc中的Enum Class
-
Enumeration of the three parameter types in JSON-RPC 2.0 requests and notifications.
- JSONRPC2Request - org.starcoin.jsonrpc中的类
-
Represents a JSON-RPC 2.0 request.
- JSONRPC2Request(String, Object) - 类的构造器 org.starcoin.jsonrpc.JSONRPC2Request
-
Constructs a new JSON-RPC 2.0 request with no parameters.
- JSONRPC2Request(String, List<Object>, Object) - 类的构造器 org.starcoin.jsonrpc.JSONRPC2Request
-
Constructs a new JSON-RPC 2.0 request with positional (JSON array) parameters.
- JSONRPC2Request(String, Map<String, Object>, Object) - 类的构造器 org.starcoin.jsonrpc.JSONRPC2Request
-
Constructs a new JSON-RPC 2.0 request with named (JSON object) parameters.
- JSONRPC2Response - org.starcoin.jsonrpc中的类
-
Represents a JSON-RPC 2.0 response.
- JSONRPC2Response() - 类的构造器 org.starcoin.jsonrpc.JSONRPC2Response
- JSONRPC2Response(Object) - 类的构造器 org.starcoin.jsonrpc.JSONRPC2Response
-
Creates a new JSON-RPC 2.0 response to a successful request which result is
null
. - JSONRPC2Response(Object, Object) - 类的构造器 org.starcoin.jsonrpc.JSONRPC2Response
-
Creates a new JSON-RPC 2.0 response to a successful request.
- JSONRPC2Response(JSONRPC2Error, Object) - 类的构造器 org.starcoin.jsonrpc.JSONRPC2Response
-
Creates a new JSON-RPC 2.0 response to a failed request.
- JSONRPC2Session - org.starcoin.jsonrpc.client中的类
-
Sends requests and / or notifications to a specified JSON-RPC 2.0 server URL.
- JSONRPC2Session(URL) - 类的构造器 org.starcoin.jsonrpc.client.JSONRPC2Session
- JSONRPC2SessionException - org.starcoin.jsonrpc.client中的异常错误
-
Thrown to indicate a JSON-RPC 2.0 client session exception.
- JSONRPC2SessionException(String) - 异常错误的构造器 org.starcoin.jsonrpc.client.JSONRPC2SessionException
-
Creates a new JSON-RPC 2.0 session exception with the specified message; the cause type is
JSONRPC2SessionException.UNSPECIFIED
. - JSONRPC2SessionException(String, int) - 异常错误的构造器 org.starcoin.jsonrpc.client.JSONRPC2SessionException
-
Creates a new JSON-RPC 2.0 session exception with the specified message and cause type.
- JSONRPC2SessionException(String, int, Throwable) - 异常错误的构造器 org.starcoin.jsonrpc.client.JSONRPC2SessionException
-
Creates a new JSON-RPC 2.0 session exception with the specified message, cause type and cause.
- JSONRPC2SessionException(String, Throwable) - 异常错误的构造器 org.starcoin.jsonrpc.client.JSONRPC2SessionException
常量字段值|所有程序包|所有类|序列化表格|已过时的 API