| Package | Description |
|---|---|
| io.resourcepool.jarpic.client | |
| io.resourcepool.jarpic.model | |
| io.resourcepool.jarpic.parser |
| Modifier and Type | Method and Description |
|---|---|
<T> JsonRpcResponse<T> |
JsonRpcClient.send(JsonRpcRequest req,
Class<T> resultClass)
Send synchronous Json RPC request to server.
|
<T> JsonRpcResponse<T> |
HttpJsonRpcClient.send(JsonRpcRequest req,
Class<T> resultClass) |
void |
JsonRpcClient.send(JsonRpcRequest req,
Class resultClass,
JsonRpcCallback callback)
Send asynchronous Json RPC request to server.
|
void |
HttpJsonRpcClient.send(JsonRpcRequest req,
Class resultClass,
JsonRpcCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<JsonRpcResponse<T>> |
JsonRpcClient.send(List<JsonRpcRequest> reqs,
Class<T> resultClass)
Send Json RPC request array to server.
|
<T> List<JsonRpcResponse<T>> |
HttpJsonRpcClient.send(List<JsonRpcRequest> reqs,
Class<T> resultClass) |
void |
JsonRpcClient.send(List<JsonRpcRequest> reqs,
Class resultClass,
JsonRpcMultiCallback callback)
Send asynchronous Json RPC request array to server.
|
void |
HttpJsonRpcClient.send(List<JsonRpcRequest> reqs,
Class resultClass,
JsonRpcMultiCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
JsonRpcRequest |
JsonRpcRequest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static List<JsonRpcRequest> |
JsonRpcRequest.combine(JsonRpcRequest... requests)
Combine a sequence of JsonRpcRequests into a list.
|
| Modifier and Type | Method and Description |
|---|---|
static List<JsonRpcRequest> |
JsonRpcRequest.combine(JsonRpcRequest... requests)
Combine a sequence of JsonRpcRequests into a list.
|
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.node.ObjectNode |
RequestMapper.map(JsonRpcRequest request)
Map existing JsonRpcRequest to Jackson JsonNode.
|
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
RequestMapper.map(List<JsonRpcRequest> requests)
Map existing JsonRpcRequests to Jackson JsonNode.
|
Copyright © 2017. All rights reserved.