public class JsonRpcResponse extends Object
| Constructor and Description |
|---|
JsonRpcResponse(String id)
JsonRpcResponse Constructor.
|
JsonRpcResponse(String id,
String error)
JsonRpcResponse Constructor.
|
JsonRpcResponse(String id,
String error,
List<Object> result)
JsonRpcResponse Constructor.
|
public JsonRpcResponse(String id)
id - the id node of response informationpublic JsonRpcResponse(String id, String error)
id - the id node of response informationerror - the error node of response information