Uses of Interface
com.eatthepath.pushy.apns.server.MockApnsServerListener
Packages that use MockApnsServerListener
Package
Description
Contains classes and interfaces for working with mock APNs servers.
-
Uses of MockApnsServerListener in com.eatthepath.pushy.apns.server
Classes in com.eatthepath.pushy.apns.server that implement MockApnsServerListenerModifier and TypeClassDescriptionclass
A parsing APNs server listener is an abstract base class that parses HTTP/2 headers and payload byte buffers from a mock APNs server intoApnsPushNotification
instances for easier handling.Methods in com.eatthepath.pushy.apns.server with parameters of type MockApnsServerListenerModifier and TypeMethodDescriptionMockApnsServerBuilder.setListener
(MockApnsServerListener listener) Sets the listener to be notified when notifications are accepted or rejected by the server under construction.