Skip navigation links
C E G J M P R S T 

C

CODE_INTERNAL_ERROR - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The code value for internal error meaning an internal JSON-RPC error.
CODE_INVALID_PARAMS - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The code value for invalid params meaning invalid parameter(s).
CODE_INVALID_REQUEST - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The code value for invalid calculatorRequest meaning the JSON sent is not a valid calculatorRequest object.
CODE_METHOD_NOT_FOUND - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The code value for method not found meaning the method does not exist nor available.
CODE_PARSE_ERROR - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The code value for parse error meaning an invalid json received by the server or an error occurred on the server while parsing the JSON text.
com.github.jinahya.jsonrpc.bind.v2 - package com.github.jinahya.jsonrpc.bind.v2
Defines class for binding object described in JSON-RPC 2.0 Specification.
copyIdFrom(T) - Method in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
Copies this object's "id" property to specified object's "id" property.
copyIdTo(T) - Method in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
Copies specified object's "id" to this objects's "id".

E

ErrorObject() - Constructor for class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
 

G

getCode() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Returns the current value of "code" property.
getData() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Returns the current value of "data" property.
getError() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
Returns the current value of "error" property.
getId() - Method in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
Returns the current value of "id" property.
getJsonrpc() - Method in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
Returns the current value of "jsonrpc" property.
getMessage() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Returns the current value of "message" property.
getMethod() - Method in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
Returns the current value of "method" property.
getParams() - Method in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
Returns the current value of "params" property.
getResult() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
Returns the current value of "result" property.

J

JsonrpcObject<IdType> - Class in com.github.jinahya.jsonrpc.bind.v2
An abstract class for calculatorRequest objects and response objects.
JsonrpcObject() - Constructor for class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
 

M

MAX_CODE_IMPLEMENTATION_DEFINED_SERVER_ERROR - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The maximum value for codes reserved for implementation-defined server errors.
MAX_CODE_PREDEFINED_ERROR - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The maximum value for codes reserved for pre-defined errors.
MIN_CODE_IMPLEMENTATION_DEFINED_SERVER_ERROR - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The minimum value for codes reserved for implementation-defined server errors.
MIN_CODE_PREDEFINED_ERROR - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The minimum value for codes reserved for pre-defined errors.

P

PROPERTY_NAME_CODE - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The name for code property.
PROPERTY_NAME_DATA - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The property for data property.
PROPERTY_NAME_ERROR - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
The property name for error.
PROPERTY_NAME_ID - Static variable in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
The property name for id.
PROPERTY_NAME_JSONRPC - Static variable in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
The property name for jsonrpc.
PROPERTY_NAME_MESSAGE - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The name for message property.
PROPERTY_NAME_METHOD - Static variable in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
The property name for method.
PROPERTY_NAME_PARAMS - Static variable in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
The property name for params.
PROPERTY_NAME_RESULT - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
The property name for result.
PROPERTY_VALUE_JSONRPC - Static variable in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
The fixed value for "jsonrpc" attribute.

R

RequestObject<IdType,ParamsType> - Class in com.github.jinahya.jsonrpc.bind.v2
Represents calculatorRequest objects.
RequestObject() - Constructor for class com.github.jinahya.jsonrpc.bind.v2.RequestObject
 
ResponseObject<IdType,ResultType,ErrorType extends ResponseObject.ErrorObject<?>> - Class in com.github.jinahya.jsonrpc.bind.v2
Represents response objects.
ResponseObject() - Constructor for class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
 
ResponseObject.ErrorObject<DataType> - Class in com.github.jinahya.jsonrpc.bind.v2
Represents error objects.

S

setCode(long) - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Replaces the current value of "code" property with given.
setData(DataType) - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Replaces the current value of "data" property.
setError(ErrorType) - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
Replaces the current value of "error" property with given.
setErrorExclusively(ErrorType) - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
Sets the current value of "error" property exclusively.
setId(IdType) - Method in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
Replaces the current value of "id" property with given.
setJsonrpc(String) - Method in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
Replaces the current value of "2.0" property with given.
setMessage(String) - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Replaces the current value of "message" property.
setMethod(String) - Method in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
Replace the current value of "method" property with given.
setParams(ParamsType) - Method in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
Replaces the current value of "params" property with given.
setResult(ResultType) - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
Replaces the current value of "result" property with given.
setResultExclusively(ResultType) - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
Sets the current value of "result" property exclusively.

T

toString() - Method in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
Returns a string representation of the object.
toString() - Method in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
Returns a string representation of the object.
toString() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Returns a string representation of the object.
toString() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
Returns a string representation of the object.
C E G J M P R S T 
Skip navigation links

Copyright © 2019 Jinahya, Inc.. All rights reserved.