public interface PushNotificationHandlerFactory
PushNotificationHandler
instances when a mock APNs server
accepts a new connection. Handlers created by the factory control how the server responds to the push notifications
it receives.Modifier and Type | Method and Description |
---|---|
PushNotificationHandler |
buildHandler(SSLSession sslSession)
Constructs a new push notification handler that will process notifications from a single connection to a mock
server.
|
PushNotificationHandler buildHandler(SSLSession sslSession)
sslSession
- the SSL session for the new connection to the mock serverCopyright © 2013–2018 Turo. All rights reserved.