• Home
  • Raw
  • Download

Lines Matching refs:send

11 <li>Learn how to send and receive both upstream and downstream messages in CCS.</li>
42 <p>You can continue to use the HTTP request mechanism to send messages to GCM servers, side-by-side…
44 <li>The asynchronous nature of XMPP allows you to send more messages with fewer resources.</li>
45 …on is bidirectional&mdash;not only can the server send messages to the device, but the device can
46 <li>You can send messages back using the same connection used for receiving, thereby improving batt…
63 …<li>GCM HTTP: 3rd-party servers send messages as HTTP POST requests and wait for a response. This …
64 …s connect to Google infrastructure using a persistent XMPP connection and send/receive messages to…
135 …vice sends to the server, you need to send an ACK message. You never need to send a NACK message. …
187 …/gms/gcm/GoogleCloudMessaging.html">GoogleCloudMessaging</a> API, you can send messages from a use…
189 <p>Here is how you send an upstream message using the <a href="{@docRoot}reference/com/google/andro…
201 gcm.send(GCM_SENDER_ID + "&#64;gcm.googleapis.com", id, ttl, data);
234 send, and receive GCM messages using XMPP. It shouldn't be used as-is
259 send({'to': device_reg_id,
264 send({'to': device_reg_id,
269 def send(json_dict):
272 client.send(xmpp.protocol.Message(
292 …, the app can maintain a counter of sent messages that increments on each send and decrements on e…
294 …-party server, it expects ACKs for each message it sends, and it will not send more than 1000 unac…
296 <p>The ACKs and messages must match on each connection. You can only send an ACK for a message on t…