Class PushNotificationInterceptor


  • public class PushNotificationInterceptor
    extends java.lang.Object
    Push notification interceptor class used for the web server.
    Author:
    Christopher Mindus
    • Constructor Detail

      • PushNotificationInterceptor

        public PushNotificationInterceptor()
    • Method Detail

      • register

        public static ICommonServletInterface register​(ServerShell server)
        Registers the push notification interceptor. This can only be done once by the server.
        Parameters:
        server - The server instance.
        Throws:
        java.lang.NullPointerException - If the server is null.