Interface PushNotificationHandlerFactory

    • Method Summary

      Modifier and Type Method Description
      PushNotificationHandler buildHandler​(SSLSession sslSession)
      Constructs a new push notification handler that will process notifications from a single connection to a mock server.
    • Method Detail

      • buildHandler

        PushNotificationHandler buildHandler​(SSLSession sslSession)
        Constructs a new push notification handler that will process notifications from a single connection to a mock server.
        Parameters:
        sslSession - the SSL session for the new connection to the mock server
        Returns:
        a new push notification handler for the new connection