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

C

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

E

equals(Object) - Method in class com.github.jinahya.jsonrpc2.bind.ErrorObject
 
equals(Object) - Method in class com.github.jinahya.jsonrpc2.bind.JsonrpcObject
 
equals(Object) - Method in class com.github.jinahya.jsonrpc2.bind.RequestObject
 
equals(Object) - Method in class com.github.jinahya.jsonrpc2.bind.ResponseObject
 
ErrorObject<T> - Class in com.github.jinahya.jsonrpc2.bind
Represents error objects.
ErrorObject() - Constructor for class com.github.jinahya.jsonrpc2.bind.ErrorObject
 
ErrorObject.NoData - Class in com.github.jinahya.jsonrpc2.bind
Represents error objects without data attribute.
ErrorObject.UnknownData - Class in com.github.jinahya.jsonrpc2.bind
Represents error objects of unknown type of data attribute.

G

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

H

hashCode() - Method in class com.github.jinahya.jsonrpc2.bind.ErrorObject
 
hashCode() - Method in class com.github.jinahya.jsonrpc2.bind.JsonrpcObject
 
hashCode() - Method in class com.github.jinahya.jsonrpc2.bind.RequestObject
 
hashCode() - Method in class com.github.jinahya.jsonrpc2.bind.ResponseObject
 

I

isCodeReserved() - Method in class com.github.jinahya.jsonrpc2.bind.ErrorObject
Checks the current value of code attribute is between ErrorObject.MIN_RESERVED_CODE and ErrorObject.MAX_RESERVED_CODE (both inclusive).
isNotification() - Method in class com.github.jinahya.jsonrpc2.bind.RequestObject
Checks if this request object is a notification.

J

JSONRPC - Static variable in class com.github.jinahya.jsonrpc2.bind.JsonrpcObject
A constant for jsonrpc attribute.
JsonrpcObject - Class in com.github.jinahya.jsonrpc2.bind
An abstract class for request object and response object.
JsonrpcObject() - Constructor for class com.github.jinahya.jsonrpc2.bind.JsonrpcObject
 

M

MAX_CODE_SERVER_ERROR - Static variable in class com.github.jinahya.jsonrpc2.bind.ErrorObject
 
MAX_RESERVED_CODE - Static variable in class com.github.jinahya.jsonrpc2.bind.ErrorObject
The maximum value for reserved codes.
MIN_CODE_SERVER_ERROR - Static variable in class com.github.jinahya.jsonrpc2.bind.ErrorObject
 
MIN_RESERVED_CODE - Static variable in class com.github.jinahya.jsonrpc2.bind.ErrorObject
The minimum value for reserved codes.

N

NoData() - Constructor for class com.github.jinahya.jsonrpc2.bind.ErrorObject.NoData
 

R

RequestObject<T> - Class in com.github.jinahya.jsonrpc2.bind
Represents request objects.
RequestObject() - Constructor for class com.github.jinahya.jsonrpc2.bind.RequestObject
 
ResponseObject<T,U extends ErrorObject<?>> - Class in com.github.jinahya.jsonrpc2.bind
Represents response objects.
ResponseObject() - Constructor for class com.github.jinahya.jsonrpc2.bind.ResponseObject
 

S

setCode(int) - Method in class com.github.jinahya.jsonrpc2.bind.ErrorObject
Replaces value of code attribute with given.
setData(T) - Method in class com.github.jinahya.jsonrpc2.bind.ErrorObject
Replaces value of data attribute with given.
setError(U) - Method in class com.github.jinahya.jsonrpc2.bind.ResponseObject
Replaces value of error attribute with given.
setId(Object) - Method in class com.github.jinahya.jsonrpc2.bind.JsonrpcObject
Replaces current value of id attribute with given.
setMessage(String) - Method in class com.github.jinahya.jsonrpc2.bind.ErrorObject
Replaces value of message attribute with given.
setMethod(String) - Method in class com.github.jinahya.jsonrpc2.bind.RequestObject
Replaces value of method attribute with given.
setParams(T) - Method in class com.github.jinahya.jsonrpc2.bind.RequestObject
Replaces value of params attribute with given.
setResult(T) - Method in class com.github.jinahya.jsonrpc2.bind.ResponseObject
Replaces value of result attribute with given.

T

toString() - Method in class com.github.jinahya.jsonrpc2.bind.ErrorObject
 
toString() - Method in class com.github.jinahya.jsonrpc2.bind.JsonrpcObject
 
toString() - Method in class com.github.jinahya.jsonrpc2.bind.RequestObject
 
toString() - Method in class com.github.jinahya.jsonrpc2.bind.ResponseObject
 

U

UnknownData() - Constructor for class com.github.jinahya.jsonrpc2.bind.ErrorObject.UnknownData
 
C E G H I J M N R S T U 
Skip navigation links

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