Package com.iizix.server.push
Class PushNotificationInterceptor
java.lang.Object
com.iizix.server.push.PushNotificationInterceptor
Push notification interceptor class used for the web server.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static ICommonServletInterface- register- (ServerShell server) Registers the push notification interceptor.
- Constructor Details- PushNotificationInterceptorpublic PushNotificationInterceptor()
 
- Method Details- registerRegisters the push notification interceptor. This can only be done once by the server.- Parameters:
- server- The server instance.
- Throws:
- NullPointerException- If the- serveris- null.