| Package | Description |
|---|---|
| org.jboss.aerogear.windows.mpns | |
| org.jboss.aerogear.windows.mpns.internal | |
| org.jboss.aerogear.windows.mpns.notifications |
| Modifier and Type | Method and Description |
|---|---|
void |
MpnsDelegate.messageFailed(MpnsNotification message,
MpnsResponse response) |
void |
MpnsDelegate.messageSent(MpnsNotification message,
MpnsResponse response) |
void |
MpnsService.push(String subscriptionUri,
MpnsNotification message)
Sends the provided notification
message to the desired
destination. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Utilities.fireDelegate(MpnsNotification message,
org.apache.http.HttpResponse response,
MpnsDelegate delegate) |
protected void |
MpnsServiceImpl.push(org.apache.http.client.methods.HttpPost request,
MpnsNotification message) |
protected void |
MpnsQueuedService.push(org.apache.http.client.methods.HttpPost request,
MpnsNotification message) |
protected void |
MpnsPooledService.push(org.apache.http.client.methods.HttpPost request,
MpnsNotification message) |
protected abstract void |
AbstractMpnsService.push(org.apache.http.client.methods.HttpPost request,
MpnsNotification message) |
void |
AbstractMpnsService.push(String subscriptionUri,
MpnsNotification message) |
| Modifier and Type | Class and Description |
|---|---|
class |
CycleTileNotification |
class |
FlipTileNotification |
class |
IconicTileNotification |
class |
RawNotification |
class |
TileNotification |
class |
ToastNotification |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.