Uses of Interface
com.iizix.jetty.IWSFileProviderServer
Packages that use IWSFileProviderServer Package Description com.iizigo.webserver com.iizix.jetty com.iizix.server.wsfile Uses of IWSFileProviderServer in com.iizigo.webserver
Methods in com.iizigo.webserver with parameters of type IWSFileProviderServer Modifier and Type Method Description int
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 IWSFileProviderServer 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.Constructors in com.iizix.jetty with parameters of type IWSFileProviderServer Constructor Description RunConfigurationWebServer(java.lang.String root, IWSFileProviderServer fileProvider, IWSUploaderService uploaderService)
Constructor.Uses of IWSFileProviderServer in com.iizix.server.wsfile
Classes in com.iizix.server.wsfile that implement IWSFileProviderServer Modifier and Type Class Description class
WSFileProviderEngine
Engine to handle file providing for external web server files, typically images and other client resources that are fetched from the web server.