| Package | Description |
|---|---|
| javapns.devices |
Classes representing mobile devices.
|
| javapns.notification.transmission |
Specialized classes for transmitting notifications to large number of devices.
|
| Modifier and Type | Method and Description |
|---|---|
static List<PayloadPerDevice> |
Devices.asPayloadsPerDevices(Object rawList) |
| Modifier and Type | Method and Description |
|---|---|
List<PayloadPerDevice> |
NotificationThread.getMessages()
Get the messages associated with this thread, if any.
|
| Modifier and Type | Method and Description |
|---|---|
PushQueue |
PushQueue.add(PayloadPerDevice message)
Queue a message for delivery.
|
PushQueue |
NotificationThreads.add(PayloadPerDevice message) |
PushQueue |
NotificationThread.add(PayloadPerDevice message) |
| Constructor and Description |
|---|
NotificationThreads(AppleNotificationServer server,
List<PayloadPerDevice> messages,
int numberOfThreads)
Create the specified number of notification threads and spread the messages evenly between the threads.
|
Copyright © 2016. All rights reserved.