Class AcceptAllPushNotificationHandlerFactory

    • Constructor Detail

      • AcceptAllPushNotificationHandlerFactory

        public AcceptAllPushNotificationHandlerFactory()
    • Method Detail

      • buildHandler

        public PushNotificationHandler buildHandler​(SSLSession sslSession)
        Constructs a new push notification handler that unconditionally accepts all push notifications.
        Specified by:
        buildHandler in interface PushNotificationHandlerFactory
        Parameters:
        sslSession - the SSL session associated with the channel for which this handler will handle notifications
        Returns:
        a new "accept everything" push notification handler