public class SessionWrapper extends Object
| Constructor and Description |
|---|
SessionWrapper(org.kurento.jsonrpc.Session session) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransaction(Integer requestId,
org.kurento.jsonrpc.Transaction t) |
org.kurento.jsonrpc.Session |
getSession() |
org.kurento.jsonrpc.Transaction |
getTransaction(Integer requestId) |
Collection<org.kurento.jsonrpc.Transaction> |
getTransactions() |
void |
removeTransaction(Integer requestId) |
public org.kurento.jsonrpc.Session getSession()
public org.kurento.jsonrpc.Transaction getTransaction(Integer requestId)
public void addTransaction(Integer requestId, org.kurento.jsonrpc.Transaction t)
public void removeTransaction(Integer requestId)
public Collection<org.kurento.jsonrpc.Transaction> getTransactions()
Copyright © 2015 Kurento. All rights reserved.