Uses of Class
eliasstar.jsonrpc.objects.Request
-
Packages that use Request Package Description eliasstar.jsonrpc eliasstar.jsonrpc.objects -
-
Uses of Request in eliasstar.jsonrpc
Methods in eliasstar.jsonrpc with parameters of type Request Modifier and Type Method Description protected com.google.gson.JsonElement
Connection. checkResponse(Request req, Response res)
Checks the response if the ids match and no error is received.Optional<Response[]>
Connection. sendBatchRequest(Request... requests)
Sends an array ofRequest
objects to the server.Optional<Response>
Connection. sendRequest(Request req)
Sends aRequest
object to the server. -
Uses of Request in eliasstar.jsonrpc.objects
Subclasses of Request in eliasstar.jsonrpc.objects Modifier and Type Class Description class
Notification
Represents a JSON-RPC request without an id, otherwise known as a notification.
-