See: Description
Package | Description |
---|---|
com.turo.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
com.turo.pushy.apns.auth |
Contains classes for working with APNs keys.
|
com.turo.pushy.apns.proxy |
Contains classes and interfaces for working with proxies.
|
com.turo.pushy.apns.server |
Contains classes and interfaces for working with mock APNs servers.
|
com.turo.pushy.apns.util |
Contains classes for working with APNs tokens and payloads.
|
com.turo.pushy.apns.util.concurrent |
Contains application-specific interfaces for working with asynchronous push notification operations.
|
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–2018 Turo. All rights reserved.