public class KurentoMediaServerManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
static SshConnection |
remoteKms |
| Modifier and Type | Method and Description |
|---|---|
int |
countKmsProcesses() |
static KurentoMediaServerManager |
createWithRabbitMqTransport(org.kurento.commons.Address rabbitMqAddress,
int httpPort) |
static KurentoMediaServerManager |
createWithWsTransport(String wsUri,
int httpPort) |
void |
destroy() |
String |
getDebugOptions() |
String |
getLocalhostWsUrl() |
String |
getRegistrarLocalAddress() |
String |
getRegistrarUri() |
static String |
getWorkspace() |
void |
restart() |
void |
setDebugOptions(String debugOptions) |
void |
setHttpPort(int httpPort) |
void |
setRegistrarLocalAddress(String registrarLocalAddress) |
void |
setRegistrarUri(String registrarUri) |
void |
setTestClassName(String testClassName) |
void |
setTestDir(String testDir) |
void |
setTestMethodName(String testMethodName) |
void |
start() |
public static SshConnection remoteKms
public static org.slf4j.Logger log
public static KurentoMediaServerManager createWithWsTransport(String wsUri, int httpPort)
public static KurentoMediaServerManager createWithRabbitMqTransport(org.kurento.commons.Address rabbitMqAddress, int httpPort)
public void setTestDir(String testDir)
public void setTestClassName(String testClassName)
public void setTestMethodName(String testMethodName)
public void start()
throws IOException
IOExceptionpublic void destroy()
throws IOException
IOExceptionpublic String getDebugOptions()
public void setDebugOptions(String debugOptions)
public void setHttpPort(int httpPort)
public int countKmsProcesses()
public static String getWorkspace()
public String getLocalhostWsUrl()
public void setRegistrarUri(String registrarUri)
public void setRegistrarLocalAddress(String registrarLocalAddress)
public String getRegistrarLocalAddress()
public String getRegistrarUri()
public void restart()
throws IOException
IOExceptionCopyright © 2015 Kurento. All rights reserved.