public class PushHTTP extends Object
Constructor and Description |
---|
PushHTTP() |
Modifier and Type | Method and Description |
---|---|
static ServiceResponse |
callS(String remoteid,
ServiceCall call,
String toURI)
Build a ServiceCall callback message and send it to the client remote
node endpoint through HTTP.
|
static void |
sendC(String remoteid,
ContextEvent event,
String toURI)
Build a Context Event callback message and send it to the client remote
node endpoint through HTTP.
|
public static void sendC(String remoteid, ContextEvent event, String toURI) throws PushException
remoteid
- The client remote node endpointevent
- The serialized Context Event to sendtoURI
- PushException
public static ServiceResponse callS(String remoteid, ServiceCall call, String toURI) throws PushException
remoteid
- The client remote node endpointcall
- The serialized Service Call to sendtoURI
- PushException
Copyright © 2018 universAAL Consortium. All rights reserved.