public class GridNode extends Object
| Constructor and Description |
|---|
GridNode(String host,
BrowserType browserType,
int maxInstances) |
GridNode(String host,
BrowserType browserType,
int maxInstances,
String login,
String passwd,
String pem) |
| Modifier and Type | Method and Description |
|---|---|
BrowserType |
getBrowserType() |
String |
getHome() |
String |
getHost() |
int |
getMaxInstances() |
String |
getRemoteVideo(String video) |
SshConnection |
getSshConnection() |
String |
getTmpFolder() |
boolean |
isOverwrite() |
boolean |
isStarted() |
void |
setStarted(boolean started) |
void |
setTmpFolder(String tmpFolder) |
void |
startSsh() |
void |
stopSsh() |
public GridNode(String host, BrowserType browserType, int maxInstances)
public GridNode(String host, BrowserType browserType, int maxInstances, String login, String passwd, String pem)
public void startSsh()
public void stopSsh()
public SshConnection getSshConnection()
public String getTmpFolder()
public void setTmpFolder(String tmpFolder)
public String getHome()
public String getHost()
public BrowserType getBrowserType()
public int getMaxInstances()
public boolean isOverwrite()
public boolean isStarted()
public void setStarted(boolean started)
Copyright © 2021 Kurento. All rights reserved.