Package | Description |
---|---|
org.kurento.jsonrpc | |
org.kurento.jsonrpc.client | |
org.kurento.jsonrpc.internal | |
org.kurento.jsonrpc.internal.client |
Modifier and Type | Interface and Description |
---|---|
interface |
Session |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonRpcClientWebSocket |
class |
JsonRpcClient
This class is used to make request to a server using the JSON-RPC protocol with server events.
|
class |
JsonRpcClientHttp |
class |
JsonRpcClientLocal |
class |
JsonRpcClientNettyWebSocket |
Modifier and Type | Class and Description |
---|---|
class |
JsonRpcRequestSenderHelper |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSession |
class |
ClientSession |
Modifier and Type | Method and Description |
---|---|
void |
ClientSession.setRequestSender(JsonRpcRequestSender requestSender) |
Constructor and Description |
---|
ClientSession(String sessionId,
Object registerInfo,
JsonRpcRequestSender jsonRpcRequestSender) |
Copyright © 2017 Kurento. All rights reserved.