Uses of Interface
com.iizix.web.ICommonServletInterface
Uses of ICommonServletInterface in com.iizix.jetty
Modifier and TypeMethodDescriptionvoid
RunConfigurationWebServer.startWebServer
(IExternalBrowserPages extPages, WebSocketAcceptor acceptor, IServerSettings settings, PortConfig[] rcHttpConfig, PortConfig[] rcHttpsConfig, Callable<Void> redirCallback, ICommonServletInterface... servlets) Starts the web server.Uses of ICommonServletInterface in com.iizix.server.push
Modifier and TypeClassDescriptionclass
Push notification handler class used for the web server.Modifier and TypeMethodDescriptionstatic ICommonServletInterface
PushNotificationInterceptor.register
(ServerShell server) Registers the push notification interceptor.