Package | Description |
---|---|
org.kurento.jsonrpc | |
org.kurento.jsonrpc.client | |
org.kurento.jsonrpc.internal | |
org.kurento.jsonrpc.internal.client |
Modifier and Type | Method and Description |
---|---|
Session |
Transaction.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJsonRpcHandler.afterConnectionClosed(Session session,
String status) |
void |
JsonRpcHandler.afterConnectionClosed(Session session,
String status) |
void |
DefaultJsonRpcHandler.afterConnectionEstablished(Session session) |
void |
JsonRpcHandler.afterConnectionEstablished(Session session) |
void |
DefaultJsonRpcHandler.handleTransportError(Session session,
Throwable exception) |
void |
JsonRpcHandler.handleTransportError(Session session,
Throwable exception) |
void |
DefaultJsonRpcHandler.handleUncaughtException(Session session,
Exception exception) |
void |
JsonRpcHandler.handleUncaughtException(Session session,
Exception exception) |
Modifier and Type | Method and Description |
---|---|
Session |
JsonRpcClient.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
JsonRpcHandlerManager.afterConnectionClosed(Session session,
String reason) |
void |
JsonRpcHandlerManager.afterConnectionEstablished(Session session) |
void |
JsonRpcHandlerManager.handleRequest(Session session,
Request<com.google.gson.JsonElement> request,
TransactionImpl.ResponseSender rs) |
void |
JsonRpcHandlerManager.handleTransportError(Session session,
Throwable exception) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSession |
class |
ClientSession |
Modifier and Type | Field and Description |
---|---|
protected Session |
AbstractTransaction.session |
Modifier and Type | Method and Description |
---|---|
Session |
AbstractTransaction.getSession() |
Constructor and Description |
---|
AbstractTransaction(Session session,
Request<?> request) |
TransactionImpl(Session session,
Request<?> request,
TransactionImpl.ResponseSender responseSender) |
Copyright © 2017 Kurento. All rights reserved.