Uses of Class
org.ovirt.vdsm.jsonrpc.client.JsonRpcClient
-
Packages that use JsonRpcClient Package Description org.ovirt.vdsm.jsonrpc.client.internal -
-
Uses of JsonRpcClient in org.ovirt.vdsm.jsonrpc.client.internal
Fields in org.ovirt.vdsm.jsonrpc.client.internal declared as JsonRpcClient Modifier and Type Field Description private JsonRpcClient
MessageContext. client
Methods in org.ovirt.vdsm.jsonrpc.client.internal that return JsonRpcClient Modifier and Type Method Description JsonRpcClient
MessageContext. getClient()
JsonRpcClient
ResponseWorker. register(ReactorClient client)
Registers new client withResponseWorker
.Methods in org.ovirt.vdsm.jsonrpc.client.internal with parameters of type JsonRpcClient Modifier and Type Method Description private void
ResponseWorker. processIncomingObject(JsonRpcClient client, com.fasterxml.jackson.databind.JsonNode node)
Constructors in org.ovirt.vdsm.jsonrpc.client.internal with parameters of type JsonRpcClient Constructor Description MessageContext(JsonRpcClient client, byte[] message)
-