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
IOException
com.google.gson.JsonElement sendRequest(String method) throws IOException
IOException
com.google.gson.JsonElement sendRequest(String method, Object params) throws IOException
IOException
Response<com.google.gson.JsonElement> sendRequest(Request<com.google.gson.JsonObject> request) throws IOException
IOException
Response<com.google.gson.JsonElement> sendRequestHonorId(Request<com.google.gson.JsonObject> request) throws IOException
IOException
void sendNotification(String method, Object params) throws IOException
IOException
void sendNotification(String method) throws IOException
IOException
void 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
IOException
void sendRequestHonorId(Request<com.google.gson.JsonObject> request, Continuation<Response<com.google.gson.JsonElement>> continuation) throws IOException
IOException
void sendNotification(String method, Object params, Continuation<com.google.gson.JsonElement> continuation) throws IOException
IOException
Copyright © 2017 Kurento. All rights reserved.