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 JsonRpcClientMessageContext. clientMethods in org.ovirt.vdsm.jsonrpc.client.internal that return JsonRpcClient Modifier and Type Method Description JsonRpcClientMessageContext. getClient()JsonRpcClientResponseWorker. 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 voidResponseWorker. 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)
-