|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JSONRPCResponse
| Field Summary |
|---|
| Fields inherited from interface ikrs.json.JSONValue |
|---|
FALSE, NULL, TRUE, TYPE_ARRAY, TYPE_BOOLEAN, TYPE_NULL, TYPE_NUMBER, TYPE_OBJECT, TYPE_STRING |
| Method Summary | |
|---|---|
JSONValue |
getError()
Get the error object from the response (if result is null). |
JSONValue |
getID()
Get the ID of this response. |
JSONValue |
getResult()
Get the RPC result of the call. |
JSONValue |
getVersion()
This method returns the value of the 'jsonrpc' field from this request. |
| Methods inherited from interface ikrs.json.JSONValue |
|---|
asJSONArray, asJSONBoolean, asJSONNumber, asJSONObject, asJSONString, getArray, getBoolean, getNumber, getObject, getString, isArray, isBoolean, isNull, isNumber, isObject, isString, toJSONString, write |
| Method Detail |
|---|
JSONValue getVersion()
JSONValue getResult()
JSONValue getError()
JSONValue getID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||