public class KurentoClientTestFactory extends Object
| Constructor and Description |
|---|
KurentoClientTestFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.kurento.jsonrpc.client.JsonRpcClient |
createJsonRpcClient(String prefix) |
static org.kurento.jsonrpc.client.JsonRpcClient |
createJsonRpcClient(String prefix,
KurentoConnectionListener listener) |
static KurentoClient |
createKurentoForTest() |
static KurentoClient |
createKurentoForTest(KurentoConnectionListener listener) |
static KurentoClient |
createWithJsonRpcClient(org.kurento.jsonrpc.client.JsonRpcClient client) |
public static KurentoClient createKurentoForTest() throws IOException
IOExceptionpublic static KurentoClient createKurentoForTest(KurentoConnectionListener listener) throws IOException
IOExceptionpublic static org.kurento.jsonrpc.client.JsonRpcClient createJsonRpcClient(String prefix)
public static org.kurento.jsonrpc.client.JsonRpcClient createJsonRpcClient(String prefix, KurentoConnectionListener listener)
public static KurentoClient createWithJsonRpcClient(org.kurento.jsonrpc.client.JsonRpcClient client) throws IOException
IOExceptionCopyright © 2015 Kurento. All rights reserved.