public interface Transport
| Modifier and Type | Method and Description |
|---|---|
String |
pass(String request)
Passes a JSON-RPC request in a text form to a backend and
returns a JSON-RPC response in a text form as well
|
String pass(String request) throws IOException
request - JSON-RPC request as a stringIOException - when cannot send requestCopyright © 2018. All rights reserved.