public class TileNotification extends Object implements MpnsNotification
| Modifier and Type | Class and Description |
|---|---|
static class |
TileNotification.Builder |
| Constructor and Description |
|---|
TileNotification(TileNotification.Builder builder,
List<? extends Map.Entry<String,String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Map.Entry<String,String>> |
getHttpHeaders()
Returns the identifier of the current message.
|
byte[] |
getRequestBody()
Returns the binary representation of the payload.
|
public TileNotification(TileNotification.Builder builder, List<? extends Map.Entry<String,String>> headers)
public byte[] getRequestBody()
MpnsNotificationgetRequestBody in interface MpnsNotificationpublic List<? extends Map.Entry<String,String>> getHttpHeaders()
MpnsNotificationgetHttpHeaders in interface MpnsNotificationCopyright © 2014 JBoss by Red Hat. All Rights Reserved.