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

C

CODE_INTERNAL_ERROR - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
 
CODE_INVALID_PARAMS - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
 
CODE_INVALID_REQUEST - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
 
CODE_METHOD_NOT_FOUND - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
 
CODE_PARSE_ERROR - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
 
com.github.jinahya.jsonrpc.bind.v2 - package com.github.jinahya.jsonrpc.bind.v2
 

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 request objects and response objects.
JsonrpcObject() - Constructor for class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
 

M

MAX_CODE_FOR_IMPLEMENTATION_DEFINED_SERVER_ERRORS - 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_FOR_PREDEFINED_ERRORS - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The maximum value for codes reserved for pre-defined errors.
MIN_CODE_FOR_IMPLEMENTATION_DEFINED_SERVER_ERRORS - 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_FOR_PREDEFINED_ERRORS - 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 property name for code.
PROPERTY_NAME_DATA - Static variable in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
The property name for data.
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 property name for message.
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 request 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.
ResponseObject.ErrorObject.UnknownData - Class in com.github.jinahya.jsonrpc.bind.v2
A class for representing error objects of unknown data types.

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.

U

UnknownData() - Constructor for class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject.UnknownData
 
C E G J M P R S T U 
Skip navigation links

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