Uses of Interface
com.iizix.jetty.IExternalBrowserPages
Packages that use IExternalBrowserPages Package Description com.iizigo.comm com.iizigo.webserver com.iizix.jetty com.iizix.server.devel Uses of IExternalBrowserPages in com.iizigo.comm
Classes in com.iizigo.comm that implement IExternalBrowserPages Modifier and Type Class Description class
ExternalBrowserPagesImpl
Class to handle external web pages with embedded Jetty.Uses of IExternalBrowserPages in com.iizigo.webserver
Methods in com.iizigo.webserver with parameters of type IExternalBrowserPages Modifier and Type Method Description int
InternalWebServer. startWebServer(IExternalBrowserPages extPages, IWSFileProviderServer fileProvider, WebSocketAcceptor acceptor)
Starts the web server.Uses of IExternalBrowserPages in com.iizix.jetty
Methods in com.iizix.jetty with parameters of type IExternalBrowserPages Modifier and Type Method Description int
IntegratedWebServer. startWebServer(IExternalBrowserPages extPages, IWSFileProviderServer fileProvider, WebSocketAcceptor acceptor, java.lang.String extServerURL, java.lang.String bind, int wsPort1, int wsPort2, int wsSecurePort1, int wsSecurePort2, java.security.KeyStore keyStore, java.lang.String pw, boolean useGzip)
Starts the web server.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.Constructors in com.iizix.jetty with parameters of type IExternalBrowserPages Constructor Description ExternalBrowserPages(java.lang.String root, IExternalBrowserPages extPages)
The constructor.Uses of IExternalBrowserPages in com.iizix.server.devel
Classes in com.iizix.server.devel that implement IExternalBrowserPages Modifier and Type Class Description class
ExternalBrowserPagesImpl
Class to handle external web pages with embedded Jetty.