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.JsonElementConnection. 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 ofRequestobjects to the server.Optional<Response>Connection. sendRequest(Request req)Sends aRequestobject to the server. -
Uses of Request in eliasstar.jsonrpc.objects
Subclasses of Request in eliasstar.jsonrpc.objects Modifier and Type Class Description classNotificationRepresents a JSON-RPC request without an id, otherwise known as a notification.
-