Uses of Class
com.github.jinahya.jsonrpc.bind.v1.AbstractRequest
-
Packages that use AbstractRequest Package Description com.github.jinahya.jsonrpc.bind.v1 Defines classes for binding objects defined in JSON-RPC 1.0 Specification. -
-
Uses of AbstractRequest in com.github.jinahya.jsonrpc.bind.v1
Subclasses of AbstractRequest in com.github.jinahya.jsonrpc.bind.v1 Modifier and Type Class Description classNotification<ParamType>A class for binding notifications which each "id" property should be semanticallynull.classRequest<ParamType,IdType>A class for binding requests.
-