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 Summary
Method Summary
Modifier and TypeMethodDescriptionstatic ICommonServletInterface
register
(ServerShell server) Registers the push notification interceptor.
Constructor Details
PushNotificationInterceptor
public PushNotificationInterceptor()
Method Details
register
Registers the push notification interceptor. This can only be done once by the server.- Parameters:
server
- The server instance.- Throws:
NullPointerException
- If theserver
isnull
.