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 TypeMethodDescriptionvoidRunConfigurationWebServer.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 TypeClassDescriptionclassPush notification handler class used for the web server.Methods in com.iizix.server.push that return ICommonServletInterfaceModifier and TypeMethodDescriptionstatic ICommonServletInterfacePushNotificationInterceptor.register(ServerShell server) Registers the push notification interceptor.