Uses of Interface
com.iizix.jetty.IExternalBrowserPages
Uses of IExternalBrowserPages in com.iizigo.comm
Modifier and TypeClassDescriptionclass
Class to handle external web pages with embedded Jetty.Uses of IExternalBrowserPages in com.iizigo.webserver
Modifier and TypeMethodDescriptionint
InternalWebServer.startWebServer
(IExternalBrowserPages extPages, IWSFileProviderServer fileProvider, WebSocketAcceptor acceptor) Starts the web server.Uses of IExternalBrowserPages in com.iizix.jetty
Modifier and TypeMethodDescriptionint
IntegratedWebServer.startWebServer
(IExternalBrowserPages extPages, IWSFileProviderServer fileProvider, WebSocketAcceptor acceptor, String extServerURL, String bind, int wsPort1, int wsPort2, int wsSecurePort1, int wsSecurePort2, KeyStore keyStore, String pw, boolean useGzip) Starts the web server.void
RunConfigurationWebServer.startWebServer
(IExternalBrowserPages extPages, WebSocketAcceptor acceptor, IServerSettings settings, PortConfig[] rcHttpConfig, PortConfig[] rcHttpsConfig, Callable<Void> redirCallback, ICommonServletInterface... servlets) Starts the web server.ModifierConstructorDescriptionExternalBrowserPages
(String root, IExternalBrowserPages extPages) The constructor.Uses of IExternalBrowserPages in com.iizix.server.devel
Modifier and TypeClassDescriptionclass
Class to handle external web pages with embedded Jetty.