|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EsfResponsePayload | |
---|---|
com.eurotech.framework.cloud | |
com.eurotech.framework.cloud.app.command | |
com.eurotech.framework.core.cloud.call | |
com.eurotech.framework.core.configuration |
Uses of EsfResponsePayload in com.eurotech.framework.cloud |
---|
Methods in com.eurotech.framework.cloud that return EsfResponsePayload | |
---|---|
EsfResponsePayload |
CloudCallService.call(String appId,
String appTopic,
EsfPayload appPayload,
int timeout)
Sends a local (to this device) request to a Cloudlet application with the given application ID waiting for the response. |
EsfResponsePayload |
CloudCallService.call(String deviceId,
String appId,
String appTopic,
EsfPayload 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. |
Methods in com.eurotech.framework.cloud with parameters of type EsfResponsePayload | |
---|---|
protected void |
Cloudlet.doDel(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
Cloudlet.doExec(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
Cloudlet.doGet(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
Cloudlet.doPost(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
Cloudlet.doPut(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
Uses of EsfResponsePayload in com.eurotech.framework.cloud.app.command |
---|
Subclasses of EsfResponsePayload in com.eurotech.framework.cloud.app.command | |
---|---|
class |
EsfCommandResponsePayload
|
Methods in com.eurotech.framework.cloud.app.command with parameters of type EsfResponsePayload | |
---|---|
protected void |
CommandCloudApp.doExec(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
Uses of EsfResponsePayload in com.eurotech.framework.core.cloud.call |
---|
Methods in com.eurotech.framework.core.cloud.call that return EsfResponsePayload | |
---|---|
EsfResponsePayload |
CloudCallServiceImpl.call(String appId,
String appTopic,
EsfPayload appPayload,
int timeout)
|
EsfResponsePayload |
CloudCallServiceImpl.call(String deviceId,
String appId,
String appTopic,
EsfPayload appPayload,
int timeout)
|
Uses of EsfResponsePayload in com.eurotech.framework.core.configuration |
---|
Methods in com.eurotech.framework.core.configuration with parameters of type EsfResponsePayload | |
---|---|
protected void |
CloudConfigurationHandler.doExec(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
CloudConfigurationHandler.doGet(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
CloudConfigurationHandler.doPut(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |