Uses of Interface
com.iizix.web.ICommonServletInterface
Packages that use ICommonServletInterface Package Description com.iizix.jetty com.iizix.server.push Uses of ICommonServletInterface in com.iizix.jetty
Methods in com.iizix.jetty with parameters of type ICommonServletInterface Modifier and Type Method Description void
RunConfigurationWebServer. startWebServer(IExternalBrowserPages extPages, WebSocketAcceptor acceptor, IServerSettings settings, PortConfig[] rcHttpConfig, PortConfig[] rcHttpsConfig, java.util.concurrent.Callable<java.lang.Void> redirCallback, ICommonServletInterface... servlets)
Starts the web server.Uses of ICommonServletInterface in com.iizix.server.push
Classes in com.iizix.server.push that implement ICommonServletInterface Modifier and Type Class Description class
PushNotificationHandler
Push notification handler class used for the web server.Methods in com.iizix.server.push that return ICommonServletInterface Modifier and Type Method Description static ICommonServletInterface
PushNotificationInterceptor. register(ServerShell server)
Registers the push notification interceptor.