#include <AbstractClient.h>
Definition at line 14 of file AbstractClient.h.
◆ ~AbstractClient()
| virtual ripple::test::AbstractClient::~AbstractClient |
( |
| ) |
|
|
virtualdefault |
◆ AbstractClient() [1/2]
| ripple::test::AbstractClient::AbstractClient |
( |
| ) |
|
|
default |
◆ AbstractClient() [2/2]
| ripple::test::AbstractClient::AbstractClient |
( |
AbstractClient const & |
| ) |
|
|
delete |
◆ operator=()
◆ invoke()
Submit a command synchronously.
The arguments to the function and the returned JSON are in a normalized format, the same whether the client is using the JSON-RPC over HTTP/S or WebSocket transport.
- Parameters
-
| cmd | The command to execute |
| params | Json::Value of null or object type with zero or more key/value pairs. |
- Returns
- The server response in normalized format.
Implemented in ripple::test::JSONRPCClient, and ripple::test::WSClientImpl.
◆ version()
| virtual unsigned ripple::test::AbstractClient::version |
( |
| ) |
const |
|
pure virtual |