public interface JsonRpcRequestSender
| Modifier and Type | Method and Description |
|---|---|
void |
sendNotification(String method) |
void |
sendNotification(String method,
Object params) |
void |
sendNotification(String method,
Object params,
Continuation<com.google.gson.JsonElement> continuation) |
Response<com.google.gson.JsonElement> |
sendRequest(Request<com.google.gson.JsonObject> request) |
void |
sendRequest(Request<com.google.gson.JsonObject> request,
Continuation<Response<com.google.gson.JsonElement>> continuation) |
com.google.gson.JsonElement |
sendRequest(String method) |
<R> R |
sendRequest(String method,
Class<R> resultClass) |
void |
sendRequest(String method,
com.google.gson.JsonObject params,
Continuation<com.google.gson.JsonElement> continuation) |
com.google.gson.JsonElement |
sendRequest(String method,
Object params) |
<R> R |
sendRequest(String method,
Object params,
Class<R> resultClass) |
Response<com.google.gson.JsonElement> |
sendRequestHonorId(Request<com.google.gson.JsonObject> request) |
void |
sendRequestHonorId(Request<com.google.gson.JsonObject> request,
Continuation<Response<com.google.gson.JsonElement>> continuation) |
<R> R sendRequest(String method, Class<R> resultClass) throws IOException
IOException<R> R sendRequest(String method, Object params, Class<R> resultClass) throws IOException
IOExceptioncom.google.gson.JsonElement sendRequest(String method) throws IOException
IOExceptioncom.google.gson.JsonElement sendRequest(String method, Object params) throws IOException
IOExceptionResponse<com.google.gson.JsonElement> sendRequest(Request<com.google.gson.JsonObject> request) throws IOException
IOExceptionResponse<com.google.gson.JsonElement> sendRequestHonorId(Request<com.google.gson.JsonObject> request) throws IOException
IOExceptionvoid sendNotification(String method, Object params) throws IOException
IOExceptionvoid sendNotification(String method) throws IOException
IOExceptionvoid sendRequest(String method, com.google.gson.JsonObject params, Continuation<com.google.gson.JsonElement> continuation)
void sendRequest(Request<com.google.gson.JsonObject> request, Continuation<Response<com.google.gson.JsonElement>> continuation) throws IOException
IOExceptionvoid sendRequestHonorId(Request<com.google.gson.JsonObject> request, Continuation<Response<com.google.gson.JsonElement>> continuation) throws IOException
IOExceptionvoid sendNotification(String method, Object params, Continuation<com.google.gson.JsonElement> continuation) throws IOException
IOExceptionCopyright © 2017 Kurento. All rights reserved.