Uses of Interface
com.iizix.jetty.IWSFileProviderServer
Uses of IWSFileProviderServer in com.iizigo.webserver
Modifier and TypeMethodDescriptionint
InternalWebServer.startWebServer
(IExternalBrowserPages extPages, IWSFileProviderServer fileProvider, WebSocketAcceptor acceptor) Starts the web server.Uses of IWSFileProviderServer 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.ModifierConstructorDescriptionRunConfigurationWebServer
(String root, IWSFileProviderServer fileProvider, IWSUploaderService uploaderService) Constructor.Uses of IWSFileProviderServer in com.iizix.server.wsfile
Modifier and TypeClassDescriptionclass
Engine to handle file providing for external web server files, typically images and other client resources that are fetched from the web server.