See: Description
Package | Description |
---|---|
com.relayrides.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
com.relayrides.pushy.apns.proxy |
Contains classes and interfaces for working with proxies.
|
com.relayrides.pushy.apns.util |
Contains classes for working with APNs tokens and payloads.
|
Pushy is a Java library for sending APNs (iOS and OS X) push notifications. Pushy is written by the engineers at Turo.
Pushy sends push notifications using Apple's HTTP/2-based APNs protocol. It distinguishes itself from other push notification libraries with a focus on thorough documentation, asynchronous operation, and design for industrial-scale operation; with Pushy, it's easy and efficient to maintain multiple parallel connections to the APNs gateway to send large numbers of notifications to many different applications ("topics").
Pushy is available under the MIT License.
Copyright © 2013–2016 RelayRides. All rights reserved.