Uses of Interface
com.iizix.jetty.IExternalBrowserPages
Packages that use IExternalBrowserPages
Uses of IExternalBrowserPages in com.iizigo.comm
Classes in com.iizigo.comm that implement IExternalBrowserPagesModifier and TypeClassDescriptionclass
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 IExternalBrowserPagesModifier and TypeMethodDescriptionint
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 IExternalBrowserPagesModifier 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.Constructors in com.iizix.jetty with parameters of type IExternalBrowserPagesModifierConstructorDescriptionExternalBrowserPages
(String root, IExternalBrowserPages extPages) The constructor.Uses of IExternalBrowserPages in com.iizix.server.devel
Classes in com.iizix.server.devel that implement IExternalBrowserPagesModifier and TypeClassDescriptionclass
Class to handle external web pages with embedded Jetty.