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

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 attribute.
getData() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Returns the current value of data attribute.
getError() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
Returns the current value of error attribute.
getId() - Method in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
Returns the current value of id attribute.
getJsonrpc() - Method in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
Returns the current value of jsonrpc attribute which is always "2.0".
getMessage() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Returns the current value of message attribute.
getMethod() - Method in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
Returns the current value of method attribute.
getParams() - Method in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
Returns the current value of params attribute.
getResult() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
Returns the current value of result attribute.

I

isCodeReservedForImplementationDefinedServerErrors() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Checks the current value of code attribute is for implementation-defined server errors.
isCodeReservedForPredefinedErrors() - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Checks the current value of code attribute is for pre-defined errors.
isNotification() - Method in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
Checks if this request object is a notification.

J

JSONRPC - Static variable in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
The fixed value for jsonrpc attribute.
JsonrpcObject - 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_RESERVED_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_RESERVED_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_RESERVED_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_RESERVED_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.

R

RequestObject<T> - Class in com.github.jinahya.jsonrpc.bind.v2
Represents request objects.
RequestObject() - Constructor for class com.github.jinahya.jsonrpc.bind.v2.RequestObject
 
ResponseObject<T,U 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<T> - 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 attribute with given.
setData(T) - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Replaces the current value of data attribute with given.
setError(U) - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
Replaces the current value of error attribute with given.
setId(Object) - Method in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
Replaces the current value of id attribute with given.
setJsonrpc(String) - Method in class com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
Replaces the current value of jsonrpc attribute with given.
setMessage(String) - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject
Replaces the current value of message attribute with given.
setMethod(String) - Method in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
Replace the current value of method attribute with given.
setParams(T) - Method in class com.github.jinahya.jsonrpc.bind.v2.RequestObject
Replaces the current value of params attribute with given.
setResult(T) - Method in class com.github.jinahya.jsonrpc.bind.v2.ResponseObject
Replaces the current value of result attribute with given.

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 I J M R S T 
Skip navigation links

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