| Package | Description |
|---|---|
| com.beowulfchain.beowulfj.communication |
| Modifier and Type | Method and Description |
|---|---|
JsonRPCResponse |
HttpClient.invokeAndReadResponse(JsonRPCRequest requestObject,
URI endpointUri,
boolean sslVerificationDisabled) |
JsonRPCResponse |
WebsocketClient.invokeAndReadResponse(JsonRPCRequest requestObject,
URI endpointUri,
boolean sslVerificationDisabled) |
abstract JsonRPCResponse |
AbstractClient.invokeAndReadResponse(JsonRPCRequest requestObject,
URI endpointUri,
boolean sslVerificationDisabled)
Use this method to send a
requestObject to the
endpointUri and to receive an answer. |
<T> List<T> |
CommunicationHandler.performRequest(JsonRPCRequest requestObject,
Class<T> targetClass)
Perform a request to the web socket API whose response will automatically
get transformed into the given object.
|
Copyright © 2019. All rights reserved.