Uses of Class
eliasstar.jsonrpc.objects.Response
-
Packages that use Response Package Description eliasstar.jsonrpc -
-
Uses of Response in eliasstar.jsonrpc
Methods in eliasstar.jsonrpc that return types with arguments of type Response Modifier and Type Method Description Optional<Response>
Connection. sendRequest(Request req)
Sends aRequest
object to the server.Methods in eliasstar.jsonrpc with parameters of type Response 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.
-