Package com.iizix.server.push
Class PushNotificationInterceptor
- java.lang.Object
- com.iizix.server.push.PushNotificationInterceptor
public class PushNotificationInterceptor extends java.lang.ObjectPush notification interceptor class used for the web server.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description PushNotificationInterceptor()
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ICommonServletInterfaceregister(ServerShell server)Registers the push notification interceptor.
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 theserverisnull.