Package org.ovirt.vdsm.jsonrpc.client
-
Interface Summary Interface Description BrokerCommandCallback This interface provides a way to pass a logic which is run after the specific command was invoked. -
Class Summary Class Description EventDecomposer Decomposes events asMap
.JsonRpcClient ReactorClient
wrapper which provides ability to send single or batched requests.JsonRpcEvent Java bean representation of an event.JsonRpcRequest Java bean representation of the request.JsonRpcResponse Java bean representing response object.RequestBuilder Utility class which helps to buildJsonRpcRequest
by providing information like method name and parameters.ResponseBuilder Utility class which helps to buildJsonRpcResponse
by providing information like response or error.ResponseDecomposer Decomposes of the response as objects which type is provided. -
Exception Summary Exception Description ClientConnectionException Generic json-rpc client exception which wraps IO or encryption relates exceptions.RequestAlreadySentException Exception used to inform user that there is an attempt to sent the same request second time.