Uses of Interface
com.iizix.web.ICommonServletInterface
Packages that use ICommonServletInterface
Uses of ICommonServletInterface in com.iizix.jetty
Methods in com.iizix.jetty with parameters of type ICommonServletInterfaceModifier 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
Classes in com.iizix.server.push that implement ICommonServletInterfaceModifier and TypeClassDescriptionclass
Push notification handler class used for the web server.Methods in com.iizix.server.push that return ICommonServletInterfaceModifier and TypeMethodDescriptionstatic ICommonServletInterface
PushNotificationInterceptor.register
(ServerShell server) Registers the push notification interceptor.