Skip navigation links

Pushy 0.10 API

Pushy is a Java library for sending APNs (iOS and OS X) push notifications.

See: Description

Packages 
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.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.

Skip navigation links

Copyright © 2013–2017 Turo. All rights reserved.