Package | Description |
---|---|
org.universAAL.ri.api.manager.push |
Utilities for sending Push messages to clients, depending on their technology.
|
Modifier and Type | Method and Description |
---|---|
static ServiceResponse |
PushHTTP.callS(String remoteid,
ServiceCall call,
String toURI)
Build a ServiceCall callback message and send it to the client remote
node endpoint through HTTP.
|
static ServiceResponse |
PushManager.callS(String nodeid,
String remoteid,
ServiceCall call,
String toURI)
Build a ServiceCall callback message and send it to the client remote
node endpoint.
|
static ServiceResponse |
PushGCM.callS(String nodeid,
String remoteid,
ServiceCall call,
String toURI)
Build a ServiceCall callback message and send it to the client remote
node endpoint through GCM.
|
static void |
PushGCM.handleResponse(String resp,
String nodeid)
Handles the response sent by the remote client, sending it to the right
pending call.
|
static void |
PushHTTP.sendC(String remoteid,
ContextEvent event,
String toURI)
Build a Context Event callback message and send it to the client remote
node endpoint through HTTP.
|
static void |
PushManager.sendC(String nodeid,
String remoteid,
ContextEvent event,
String toURI)
Build a Context Event callback message and send it to the client remote
node endpoint.
|
static void |
PushGCM.sendC(String nodeid,
String remoteid,
ContextEvent event,
String toURI)
Build a Context Event callback message and send it to the client remote
node endpoint through GCM.
|
Copyright © 2018 universAAL Consortium. All rights reserved.