Uses of Interface
com.iizix.jetty.IWSFileProviderServer
Packages that use IWSFileProviderServer
Uses of IWSFileProviderServer in com.iizigo.webserver
Methods in com.iizigo.webserver with parameters of type IWSFileProviderServerModifier and TypeMethodDescriptionint
InternalWebServer.startWebServer
(IExternalBrowserPages extPages, IWSFileProviderServer fileProvider, WebSocketAcceptor acceptor) Starts the web server.Uses of IWSFileProviderServer in com.iizix.jetty
Methods in com.iizix.jetty with parameters of type IWSFileProviderServerModifier 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.Constructors in com.iizix.jetty with parameters of type IWSFileProviderServerModifierConstructorDescriptionRunConfigurationWebServer
(String root, IWSFileProviderServer fileProvider, IWSUploaderService uploaderService) Constructor.Uses of IWSFileProviderServer in com.iizix.server.wsfile
Classes in com.iizix.server.wsfile that implement IWSFileProviderServerModifier 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.