Package com.eatthepath.pushy.apns.server

Contains classes and interfaces for working with mock APNs servers. Mock APNs servers are useful primarily for integration testing and benchmarking, and callers will not need to use anything in this package to send push notifications to a real APNs server.

Callers construct mock APNs servers using a MockApnsServerBuilder. Mock servers require a PushNotificationHandler that controls whether the server accepts or rejects individual notifications.

Since:
0.12
Author:
Jon Chambers