public class Runtime extends Exp
socketManager| Constructor and Description |
|---|
Runtime() |
| Modifier and Type | Method and Description |
|---|---|
static |
start(java.util.Map<java.lang.String,java.lang.String> options)
Start with options
|
static |
start(java.lang.String host,
java.lang.String uuid,
java.lang.String secret)
Start with device credentials Host,UUID,Secret TODO make this ExpObservable
|
static |
start(java.lang.String host,
java.lang.String user,
java.lang.String password,
java.lang.String organization)
Start with user credentials TODO make this ExpObservable
|
protected static |
startConsumerApp(java.lang.String host,
java.lang.String uuid,
java.lang.String secret) |
connection, findContent, findContentNodes, findData, findDevices, findExperiences, findFeeds, findLocations, findThings, getChannel, getContent, getContentNode, getCurrentDevice, getCurrentExperience, getData, getDevice, getExperience, getFeed, getLocation, getThing, loginpublic staticstart(java.lang.String host, java.lang.String uuid, java.lang.String secret)
host - uuid - secret - protected staticstartConsumerApp(java.lang.String host, java.lang.String uuid, java.lang.String secret)
public staticstart(java.util.Map<java.lang.String,java.lang.String> options)
options - public staticstart(java.lang.String host, java.lang.String user, java.lang.String password, java.lang.String organization)
host - user - password - organization -