Package | Description |
---|---|
org.eclipse.kura.cloud |
Provides services for managing communications between M2M applications and remote servers.
|
Modifier and Type | Method and Description |
---|---|
KuraResponsePayload |
CloudCallService.call(String appId,
String appTopic,
KuraPayload appPayload,
int timeout)
Sends a local (to this device) request to a Cloudlet application
with the given application ID waiting for the response.
|
KuraResponsePayload |
CloudCallService.call(String deviceId,
String appId,
String appTopic,
KuraPayload appPayload,
int timeout)
Sends a request to a remote server or device identified by the specified deviceId
and targeting the given application ID waiting for the response.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Cloudlet.doDel(CloudletTopic reqTopic,
KuraRequestPayload reqPayload,
KuraResponsePayload respPayload) |
protected void |
Cloudlet.doExec(CloudletTopic reqTopic,
KuraRequestPayload reqPayload,
KuraResponsePayload respPayload) |
protected void |
Cloudlet.doGet(CloudletTopic reqTopic,
KuraRequestPayload reqPayload,
KuraResponsePayload respPayload) |
protected void |
Cloudlet.doPost(CloudletTopic reqTopic,
KuraRequestPayload reqPayload,
KuraResponsePayload respPayload) |
protected void |
Cloudlet.doPut(CloudletTopic reqTopic,
KuraRequestPayload reqPayload,
KuraResponsePayload respPayload) |
Copyright © 2014. All Rights Reserved.